0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-12 07:07:43 -04:00
deno/tests/subdir/mt_javascript.js

4 lines
69 B
JavaScript
Raw Normal View History

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