Skip to content

noop() function

undefinedを返します。

Signature:

typescript
declare function noop(): void;

Returns:

void

Example

ts
noop(); // undefined

Open Source Code

Released under the Apache-2.0 License.