headless

API func

identity

function

identity<T>(x): T

The identity function

Type Parameters
T

T

Parameters
x

T

the arg

Returns

T

the arg


noop

function

noop(): void

A noop function

Returns

void