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

4 lines
120 B
TypeScript
Raw Normal View History

declare function sentenceCase (value: string, locale?: string, mergeNumbers?: boolean): string;
export = sentenceCase;