0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 22:59:41 -04:00
deno/tests/specs/install/move_after_install/test-project/main.mjs

5 lines
97 B
JavaScript
Raw Normal View History

import { getValue, setValue } from "@denotest/esm-basic";
setValue(5);
console.log(getValue());