UNPKG

93 BTypeScriptView Raw
1export declare const isEmpty: <T>(value: T | null | undefined) => value is null | undefined;