vazco / universe-modules

Use ES6 / ES2015 modules in Meteor with SystemJS
https://atmospherejs.com/universe/modules
MIT License
52 stars 7 forks source link

package-level variables #23

Closed cristo-rabani closed 9 years ago

cristo-rabani commented 9 years ago

Possibility of importing package-level variables

import {DDP} from '{ddp}!vars'
import {UniCollection, UniUsers} from '{vazco:universe-collection}!vars'