UNPKG

typia

Version:

Superfast runtime validators with only one line

11 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._stringLength = void 0; const _stringLength = (value) => { let count = 0; for (const _ch of value) ++count; return count; }; exports._stringLength = _stringLength; //# sourceMappingURL=_stringLength.js.map