UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

6 lines 308 B
export declare const camel: (text: string) => string; export declare const constant: (text: string) => string; export declare const pascal: (text: string) => string; export declare const snake: (text: string) => string; export declare const kebab: (text: string) => string; //# sourceMappingURL=case.d.ts.map