class-validator-extended
Version:
Additional validators for class-validator.
9 lines (8 loc) • 746 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.positiveBigInt = exports.PositiveBigInt = exports.POSITIVE_BIGINT = void 0;
var positive_bigint_decorator_1 = require("./positive-bigint.decorator");
Object.defineProperty(exports, "POSITIVE_BIGINT", { enumerable: true, get: function () { return positive_bigint_decorator_1.POSITIVE_BIGINT; } });
Object.defineProperty(exports, "PositiveBigInt", { enumerable: true, get: function () { return positive_bigint_decorator_1.PositiveBigInt; } });
var positive_bigint_predicate_1 = require("./positive-bigint.predicate");
Object.defineProperty(exports, "positiveBigInt", { enumerable: true, get: function () { return positive_bigint_predicate_1.positiveBigInt; } });