UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

8 lines (7 loc) 201 B
import Keyspace_ from './Keyspace'; import Table_ from './Table'; export declare namespace Cassandra { const Keyspace: typeof Keyspace_; const Table: typeof Table_; } export default Cassandra;