pulumi/sdk/javascript/index.ts
joeduffy e731229901 Make the Mu library a Node package; get it compiling
This change morphs the Mu library into a Node package and gets it
compiling against the latest AWS library and SDK changes.
2016-12-12 17:56:13 -08:00

15 lines
352 B
TypeScript

// Copyright 2016 Marapongo, Inc. All rights reserved.
export * from './arch';
export * from './cluster';
export * from './context';
export * from './extension';
export * from './json';
export * from './options';
export * from './stack';
import * as clouds from './clouds';
import * as schedulers from './schedulers';
export { clouds, schedulers };