UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 243 B
//#region src/internal/_jsonStringifyTail.ts const _jsonStringifyTail = (str) => str[str.length - 1] === "," ? str.substring(0, str.length - 1) : str; //#endregion export { _jsonStringifyTail }; //# sourceMappingURL=_jsonStringifyTail.mjs.map