the-forest/client/node_modules/dot-case/dist.es2015/index.d.ts
2024-09-17 20:35:18 -04:00

4 lines
130 B
TypeScript

import { Options } from "no-case";
export { Options };
export declare function dotCase(input: string, options?: Options): string;