index.d.ts 133 Bytes Raw Blame History Permalink 1 2 3 import { Options } from "dot-case"; export { Options }; export declare function paramCase(input: string, options?: Options): string;