UNPKG

152 BTypeScriptView Raw
1/** Returns true whether the payload is null or undefined */
2export declare const isNullOrUndefined: (payload: unknown) => payload is null | undefined;