UNPKG

netlify

Version:

Netlify command line tool

2 lines 125 B
export const capitalize = (t) => t.replace(/(^\w|\s\w)/g, (match) => match.toUpperCase()); //# sourceMappingURL=string.js.map