UNPKG

typia

Version:

Superfast runtime validators with only one line

7 lines (5 loc) 196 B
const _jsonStringifyRest = (str) => { return str.length === 2 ? "" : "," + str.substring(1, str.length - 1); }; export { _jsonStringifyRest }; //# sourceMappingURL=_jsonStringifyRest.mjs.map