typia
Version:
Superfast runtime validators with only one line
6 lines • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._httpQueryReadString = void 0;
const _httpQueryReadString = (str) => str === null ? undefined : str === "null" ? null : str;
exports._httpQueryReadString = _httpQueryReadString;
//# sourceMappingURL=_httpQueryReadString.js.map