UNPKG

jok

Version:

Bundle of utility functions for code generation related to nodejs and graphql

7 lines (6 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function default_1(s) { return s.charAt(0).toUpperCase() + s.slice(1); } exports.default = default_1;