UNPKG

ow

Version:

Function argument validation for humans

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