summaryrefslogtreecommitdiff
path: root/tests/specs/install/install_entrypoint/main.ts
blob: aceb2b3c888500c0f11666c07107c78d5679d832 (plain)
1
2
3
4
import { getValue, setValue } from "npm:@denotest/esm-basic";

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