UNPKG

@alexaegis/common

Version:
5 lines 178 B
/** * Turns the first letter into upper case and the rest lowercase */ export declare const capitalize: (s: string) => string; //# sourceMappingURL=capitalize.function.d.ts.map