selfcarebot/node_modules/sentence-case/dist.es2015/index.d.ts
2023-03-30 06:02:54 +00:00

4 lines
220 B
TypeScript

import { Options } from "no-case";
export { Options };
export declare function sentenceCaseTransform(input: string, index: number): string;
export declare function sentenceCase(input: string, options?: Options): string;