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

3 lines
66 B
JavaScript

export function fetch() {
return 'module.exports = "plugin";';
}