Skip to content

@ls-stack/react-utils / internalUtils/noopWithArgs

internalUtils/noopWithArgs

Functions

noopWithArgs()

ts
function noopWithArgs<T>(..._args): void;

Defined in: packages/react-utils/src/internalUtils/noopWithArgs.ts:1

Type Parameters

T

T extends unknown[]

Parameters

_args

...T

Returns

void