1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 23:19:55 -05:00
denoland-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;
});