mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
![]() |
// looks like an AMD module, but isn't
|
||
|
const define = () => {};
|
||
|
define(["fake_module"], () => {});
|
||
|
export {};
|