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

4 lines
90 B
TypeScript
Raw Normal View History

2025-02-25 13:47:09 +08:00
declare function titleCase (value: string, locale?: string): string;
export = titleCase;