UNPKG

typia

Version:

Superfast runtime validators with only one line

8 lines (7 loc) 250 B
//#region src/internal/_jsonStringifyRest.ts const _jsonStringifyRest = (str) => { return str.length === 2 ? "" : "," + str.substring(1, str.length - 1); }; //#endregion export { _jsonStringifyRest }; //# sourceMappingURL=_jsonStringifyRest.mjs.map