UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

14 lines (13 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._isBigintString = void 0; const _isBigintString = (str) => { try { BigInt(str); return true; } catch (_a) { return false; } }; exports._isBigintString = _isBigintString;