Bones/node_modules/systemjs/test/tests/plugin-dep.js

8 lines
135 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
System.register([], function($__export) {
return {
setters: [],
execute: function() {
$__export('p', 5);
}
};
});