UNPKG

typia

Version:

Superfast runtime validators with only one line

4 lines (3 loc) 137 B
export const _jsonStringifyRest = (str: string): string => { return str.length === 2 ? "" : "," + str.substring(1, str.length - 1); };