typia
Version:
Superfast runtime validators with only one line
9 lines • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.postfix_of_tuple = void 0;
/**
* @internal
*/
const postfix_of_tuple = (str) => str.endsWith('"') ? str.slice(0, -1) : `${str} + "`;
exports.postfix_of_tuple = postfix_of_tuple;
//# sourceMappingURL=postfix_of_tuple.js.map