UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (3 loc) 186 B
const _jsonStringifyTail = (str) => str[str.length - 1] === "," ? str.substring(0, str.length - 1) : str; export { _jsonStringifyTail }; //# sourceMappingURL=_jsonStringifyTail.mjs.map