UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

8 lines (7 loc) 211 B
import GlobalTable_ from './GlobalTable'; import Table_ from './Table'; export declare namespace DynamoDB { const GlobalTable: typeof GlobalTable_; const Table: typeof Table_; } export default DynamoDB;