mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 14:17:49 -04:00
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());
|