mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
e40f9a5c14
Part of #22907
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0";
|
|
|
|
console.log(version);
|
|
console.log(new TestClass());
|