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