UNPKG

110 BTypeScriptView Raw
1/** Returns whether the payload is null */
2export declare function isNull(payload: unknown): payload is null;