GoScrobble/web/node_modules/camel-case/dist.es2015/index.d.ts

6 lines
305 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
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;