UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 131 B
export const _jsonStringifyTail = (str: string): string => str[str.length - 1] === "," ? str.substring(0, str.length - 1) : str;