index.d.ts 133 B

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