🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
133 B
TypeScript
Executable File
4 lines
133 B
TypeScript
Executable File
import { Options } from "dot-case";
|
|
export { Options };
|
|
export declare function paramCase(input: string, options?: Options): string;
|