function nop
nop(..._: unknown[]): unknown

Return the identity function.

Parameters

..._: unknown[]

Return Type

unknown

Usage

import { nop } from ".";