1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/jsr/no_module_graph/main.ts
David Sherret 48daf2dc88
chore: add tests for moduleGraph2 (#23603)
Also did some renames from underscores to hyphens
2024-04-29 14:09:58 -04:00

4 lines
127 B
TypeScript

import version, { TestClass } from "jsr:@denotest/no-module-graph@0.1.0";
console.log(version);
console.log(new TestClass());