UNPKG

mocoolka-function

Version:

Function lib for function.

7 lines (6 loc) 122 B
/** * predicate is nothing * @param a */ declare const isNothing: (a: any) => boolean; export default isNothing;