UNPKG

cloudformation-declarations

Version:

TypeScript declarations and helpers for writing CloudFormation templates in TS or JS.

8 lines (7 loc) 234 B
export * from './core'; export * from './template'; export * from './stack-policy'; export * from './generated/cloudformation-types'; export * from './functions'; import * as Functions from './functions'; export { Functions };