mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 14:56:56 -05:00
![David Sherret](/assets/img/avatar_default.png)
Makes the `"nodeModulesDir"` setting take precedence over byonm when using `DENO_FUTURE`.
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import { getValue, setValue } from "@denotest/esm-basic";
|
|
|
|
setValue(2);
|
|
console.log(getValue());
|