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

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