wallet-core/thirdparty/systemjs/test/tests/foo.js

11 lines
198 B
JavaScript
Raw Normal View History

System.register("tests/foo.js", [], function($__export) {
"use strict";
var __moduleName = "foo";
return {
setters: [],
execute: function() {
$__export('f', 'f');
}
};
});