UNPKG

121 BTypeScriptView Raw
1/** Returns whether the payload is a boolean */
2export declare function isBoolean(payload: unknown): payload is boolean;