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

console.log(getValue());