summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_deno_json/main.js
blob: 9246715d1f1006644074820c640423f52b545a83 (plain)
1
2
3
4
5
import { getValue, setValue } from "npm:@denotest/basic";

console.log(getValue());
setValue(42);
console.log(getValue());