Iuri Matias fbc8ab0fea refactor(@embark/embark-typings) move typings to its own module
fix typings

WIP: refactor

WIP: just needed an annotation 🎉 thanks @emizzle!

WIP: don't pack a tarball since it's a private package

WIP: no need to list as a devDep
2019-02-06 11:07:44 -05:00

11 lines
298 B
TypeScript

import "./src/remix-debug-debugtest";
import "./src/solidity-parser-antlr";
export * from "./src/callbacks";
export * from "./src/contract";
export * from "./src/embark";
export * from "./src/embarkConfig";
export * from "./src/logger";
export * from "./src/maybe";
export * from "./src/plugins";