UNPKG

jsii-rosetta

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

12 lines 336 B
export interface TrimCacheOptions { /** * Locations of assemblies to search for snippets */ readonly assemblyLocations: string[]; /** * Cache to trim */ readonly cacheFile: string; } export declare function trimCache(options: TrimCacheOptions): Promise<void>; //# sourceMappingURL=trim-cache.d.ts.map