UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

8 lines (7 loc) 207 B
import Grant_ from './Grant'; import License_ from './License'; export declare namespace LicenseManager { const Grant: typeof Grant_; const License: typeof License_; } export default LicenseManager;