UNPKG

@types/is-empty

Version:
7 lines (5 loc) 103 B
/** * Test if a value is empty */ declare function isEmpty(value?: any): boolean; export = isEmpty;