Bones/node_modules/systemjs/test/tests/testpkg/dir/self-load.js

2 lines
54 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
exports.a = require('..');
exports.b = require('../');