UNPKG

@badass-team-code/formatted-cases-words

Version:
8 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.capitalize = void 0; const capitalize = (s) => { return s.charAt(0).toUpperCase() + s.slice(1); }; exports.capitalize = capitalize; //# sourceMappingURL=index.js.map