UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 139 B
/** * @internal */ export const $tail = (str: string): string => str[str.length - 1] === "," ? str.substring(0, str.length - 1) : str;