UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

7 lines 305 B
"use strict"; 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