UNPKG

netlify-cli

Version:

Netlify command line tool

6 lines 318 B
// @ts-expect-error TS(7006) FIXME: Parameter 't' implicitly has an 'any' type. export const capitalize = function (t) { // @ts-expect-error TS(7006) FIXME: Parameter 'string' implicitly has an 'any' type. return t.replace(/(^\w|\s\w)/g, (string) => string.toUpperCase()); }; //# sourceMappingURL=string.js.map