UNPKG

ow

Version:

Function argument validation for humans

8 lines (7 loc) 261 B
import { Predicate, type PredicateOptions, type Validator } from './predicate.js'; export declare class BigIntPredicate extends Predicate<bigint> { /** @hidden */ constructor(options?: PredicateOptions, validators?: Array<Validator<bigint>>); }