wallet-core/thirdparty/systemjs/test/tests/subcontextual-map/submodule.js

3 lines
49 B
JavaScript

define(['dep'], function(dep) {
return dep;
});