Bones/node_modules/systemjs/test/tests/cjs-format.js

5 lines
94 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
"format cjs";
if (typeof define != 'undefined')
define(function() {});
exports.cjs = 'cjs';