noop
Does nothing.
Usage
ts
import { noop } from '@screaming/utils'
noop()
// nothing
1
2
3
4
2
3
4
Type Definitions
ts
/**
* @returns Nothing.
*/
export declare function noop(): void
1
2
3
4
2
3
4