Skyline/node_modules/ow/dist/predicates/bigint.d.ts

8 lines
198 B
TypeScript
Raw Normal View History

2021-11-22 17:39:03 +00:00
import { Predicate, PredicateOptions } from './predicate';
export declare class BigIntPredicate extends Predicate<bigint> {
/**
@hidden
*/
constructor(options?: PredicateOptions);
}