UNPKG

typia

Version:

Superfast runtime validators with only one line

10 lines (9 loc) 226 B
//#region src/internal/_stringLength.ts const _stringLength = (value) => { let count = 0; for (const _ch of value) ++count; return count; }; //#endregion export { _stringLength }; //# sourceMappingURL=_stringLength.mjs.map