UNPKG

@graphql-tools/graphql

Version:
5 lines (4 loc) 154 B
/** * Converts the first character of string to upper case and the remaining to lower case. */ export declare function capitalize(str: string): string;