UNPKG

@enonic/js-utils

Version:
4 lines (3 loc) 105 B
export default function isBigInt(value: unknown): value is bigint { return typeof value === 'bigint'; }