5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
/**
|
|
* A no operation function (does nothing)
|
|
*/
|
|
export declare function noop(): void;
|