UNPKG

typia

Version:

Superfast runtime validators with only one line

8 lines (6 loc) 184 B
/** * @internal */ const postfix_of_tuple = (str) => str.endsWith('"') ? str.slice(0, -1) : `${str} + "`; export { postfix_of_tuple }; //# sourceMappingURL=postfix_of_tuple.mjs.map