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.