hicommonwealth / edgeware-node-types

Typescript bindings for our node modules.
9 stars 7 forks source link

expose EdgewareTypes via index.ts #9

Closed jacogr closed 4 years ago

jacogr commented 5 years ago

This allows users to shortcut the process a tiny bit, i.e. on the polkadot-js side doing this at least in two places (and probably don't need to know much about the internal modules are diff. parts) -

This would allow to shortcut this and just do an import { EdgewareTypes } from '@edgeware-node-types/dist';