systemjs/test/tests/new-plugin-api.js
2017-01-23 10:38:16 +02:00

4 lines
82 B
JavaScript

module.exports = function (key) {
return this.newModule({ hello: 'world' });
};