mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-22 16:57:26 -08:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
|
declare function headerCase (value: string, locale?: string): string;
|
||
|
|
||
|
export = headerCase;
|