UNPKG

198 BTypeScriptView Raw
1import { Predicate, PredicateOptions } from './predicate';
2export declare class BigIntPredicate extends Predicate<bigint> {
3 /**
4 @hidden
5 */
6 constructor(options?: PredicateOptions);
7}