1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00
denoland-deno/tests/subdir/mt_javascript.js

4 lines
69 B
JavaScript
Raw Normal View History

2018-10-21 22:14:27 -04:00
define(["exports"], function(exports) {
exports.loaded = true;
});