Spaces:
Running
Running
File size: 305 Bytes
a5f860b |
1 2 3 4 5 6 |
import { Options } from "pascal-case";
export { Options };
export declare function camelCaseTransform(input: string, index: number): string;
export declare function camelCaseTransformMerge(input: string, index: number): string;
export declare function camelCase(input: string, options?: Options): string;
|