UNPKG

@vendasta/store

Version:

Components and data for Store

5 lines (4 loc) 143 B
export declare class CaseTransform { static snakeToCamelCase(value: string): string; static lowerToTitleCase(value: string): string; }