UNPKG

@types/fbjs

Version:
9 lines (6 loc) 135 B
/** * Checks if a value is empty. */ declare function isEmpty(value: any): boolean; declare namespace isEmpty {} export = isEmpty;