1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/tests/specs/jsr/no_module_graph/main.ts
2024-03-15 15:46:51 -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());