UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (3 loc) 192 B
const __notationCapitalize = (str) => str.length ? str[0].toUpperCase() + str.slice(1).toLowerCase() : str; export { __notationCapitalize }; //# sourceMappingURL=__notationCapitalize.mjs.map