UNPKG

class-validator-extended

Version:
11 lines (10 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBigInt = isBigInt; /** * @category Predicates * @param value The value to validate. */ function isBigInt(value) { return typeof value === 'bigint'; }