wallet-core/thirdparty/systemjs/test/tests/plugin-dep.js

8 lines
135 B
JavaScript
Raw Normal View History

System.register([], function($__export) {
return {
setters: [],
execute: function() {
$__export('p', 5);
}
};
});