UNPKG

class-validator-extended

Version:
6 lines (5 loc) 144 B
/** * @category Predicates * @param value The value to validate. */ export declare function positiveBigInt(value: unknown): value is bigint;