00df61d
1
2
3
4
import { Options } from "no-case"; export { Options }; export declare function dotCase(input: string, options?: Options): string;