UNPKG

oauth-v2-client

Version:
6 lines (5 loc) 160 B
/** * Put the first later of the string in capital letter * @param value value to update */ export declare function capitalize(value?: string): string;