UNPKG

348 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.BigIntPredicate = void 0;
4const predicate_1 = require("./predicate");
5class BigIntPredicate extends predicate_1.Predicate {
6 /**
7 @hidden
8 */
9 constructor(options) {
10 super('bigint', options);
11 }
12}
13exports.BigIntPredicate = BigIntPredicate;