UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

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