UNPKG

@enonic/js-utils

Version:
8 lines (7 loc) 120 B
// value/isBigInt.ts function isBigInt(value) { return typeof value === "bigint"; } export { isBigInt as default };