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")

6 lines (5 loc) 305 B
import { Options } from "pascal-case"; export { Options }; export declare function camelCaseTransform(input: string, index: number): string; export declare function camelCaseTransformMerge(input: string, index: number): string; export declare function camelCase(input: string, options?: Options): string;