UNPKG

@almamedia-open-source/cdk-project-target

Version:

![CDK Version](https://img.shields.io/badge/CDK-v2-informational "CDK v2") ![Stability](https://img.shields.io/badge/Stability-Experimental-yellow "Stability: Experimental")

5 lines (4 loc) 220 B
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;