UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.capitalize = capitalize; function capitalize(str) { return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase(); } //# sourceMappingURL=capitalize.js.map