UNPKG

132 BTypeScriptView Raw
1import { Options } from "dot-case";
2export { Options };
3export declare function pathCase(input: string, options?: Options): string;