Page MenuHomec4science

index.d.ts
No OneTemporary

File Metadata

Created
Fri, Jan 24, 20:33

index.d.ts

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;

Event Timeline