1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/tests/specs/npm/npmrc_bad_registry_config/main.js

6 lines
119 B
JavaScript
Raw Normal View History

2024-06-05 15:22:40 -04:00
import { getValue, setValue } from "@denotest/basic";
console.log(getValue());
setValue(42);
console.log(getValue());