hz-zhhq-web/node_modules/dot-case/dot-case.d.ts

4 lines
86 B
TypeScript
Raw Normal View History

2025-02-25 13:44:33 +08:00
declare function dotCase (value: string, locale?: string): string;
export = dotCase;