UNPKG

104 BTypeScriptView Raw
1/**
2 * Capitalize specified string value
3 */
4export declare function capitalize(value: string): string;