UNPKG

typia

Version:

Superfast runtime validators with only one line

13 lines (11 loc) 210 B
const _isBigintString = (str) => { try { BigInt(str); return true; } catch { return false; } }; export { _isBigintString }; //# sourceMappingURL=_isBigintString.mjs.map