index.d.ts 133 B

1234
  1. import { Options } from "dot-case";
  2. export { Options };
  3. export declare function paramCase(input: string, options?: Options): string;