UNPKG

rubico

Version:

[a]synchronous functional programming

12 lines (11 loc) 157 B
export = noop; /** * @name noop * * @synopsis * noop() -> () * * @description * Takes nothing, returns `undefined` */ declare function noop(): void;