Echo/node_modules/no-case/no-case.d.ts

4 lines
106 B
TypeScript
Raw Normal View History

2021-02-11 21:31:41 +08:00
declare function noCase (value: string, locale?: string, replacement?: string): string;
export = noCase;