forked from mirror/Riven
1
0
Fork 0
Riven/riven/srcgen/node_modules/swap-case/swap-case.d.ts

4 lines
88 B
TypeScript

declare function swapCase (value: string, locale?: string): string;
export = swapCase;