systemjs/test/tests/export-star.js
2014-10-27 12:50:17 +02:00

2 lines
51 B
JavaScript

export * from './star-dep';
export var bar = 'bar';