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.