wallet-core/thirdparty/systemjs/test/tests/amd-module-2.js

6 lines
86 B
JavaScript

define([
'./amd-module.js',
'@empty',
], function () {
return { amd: true };
});