aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/es6-plugin.js
blob: e37de9fcecd3a01c93ea6520c65a23647488b0da (plain)
1
2
3
export function fetch() {
  return 'module.exports = "plugin";';
}