summaryrefslogtreecommitdiff
path: root/tests/testdata/module_graph/file_tests-main.ts
blob: aa8eef1b88a1084e9dd3dc2fafc259d2f820c0de (plain)
1
2
3
4
// @deno-types="https://deno.land/x/lib/mod.d.ts"
import * as lib from "https://deno.land/x/lib/mod.js";

console.log(lib);