UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines (6 loc) 170 B
/** * Converts the first character of string to upper case and the remaining to lower case. * * @internal */ export declare function capitalize(str: string): string;