1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/tests/subdir/mt_javascript.js
2018-10-23 04:48:00 -07:00

3 lines
69 B
JavaScript

define(["exports"], function(exports) {
exports.loaded = true;
});