UNPKG

135 BTypeScriptView Raw
1/**
2 * Checks if a value is empty.
3 */
4declare function isEmpty(value: any): boolean;
5
6declare namespace isEmpty {}
7
8export = isEmpty;