Files
Arbitrate-FrontendH5/node_modules/dot-case/dist.es2015/index.d.ts
T

4 lines
130 B
TypeScript
Raw Normal View History

2024-01-18 10:46:33 +08:00
import { Options } from "no-case";
export { Options };
export declare function dotCase(input: string, options?: Options): string;