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

4 lines
106 B
TypeScript
Raw Normal View History

2025-02-25 13:46:30 +08:00
declare function noCase (value: string, locale?: string, replacement?: string): string;
export = noCase;