🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
305 B
TypeScript
Executable File
6 lines
305 B
TypeScript
Executable File
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;
|