0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/subdir/amd_like.js
2020-02-25 15:33:19 -05:00

3 lines
99 B
JavaScript

// looks like an AMD module, but isn't
const define = () => {};
define(["fake_module"], () => {});