UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 112 B
export const postfix_of_tuple = (str: string): string => str.endsWith('"') ? str.slice(0, -1) : `${str} + "`;