UNPKG

@cortexql/ts2graphql

Version:

A TypeScrpt transpiler to GraphQL for your project

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