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;