Riven/riven/srcgen/node_modules/dot-case/dot-case.d.ts

4 lines
86 B
TypeScript

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