UNPKG

147 BTypeScriptView Raw
1/** Returns whether the payload is a positive number (but not 0) */
2export declare function isPositiveNumber(payload: unknown): payload is number;