UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

4 lines 143 B
export function capitalize(str) { return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase(); } //# sourceMappingURL=capitalize.js.map