UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

4 lines 224 B
export declare const isPositive: (x: any) => x is number; export declare const isPositiveInt: (x: any) => x is number; export declare const isNonNegativeInt: (x: any) => x is number; //# sourceMappingURL=is-positive.d.ts.map