UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 133 B
/** * @internal */ export const postfix_of_tuple = (str: string): string => str.endsWith('"') ? str.slice(0, -1) : `${str} + "`;