UNPKG

ow

Version:

Function argument validation for humans

10 lines (9 loc) 189 B
import { Predicate } from './predicate.js'; export class BigIntPredicate extends Predicate { /** @hidden */ constructor(options) { super('bigint', options); } }