mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
48daf2dc88
Also did some renames from underscores to hyphens
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());
|