summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/package_json/basic/main.ts
blob: e241f30026d910dd5ce988202901985a33503f53 (plain)
1
2
3
import { getValue } from "./lib.ts";

console.log(getValue());