mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
![David Sherret](/assets/img/avatar_default.png)
Adds an experimental unstable built-in package manager to Deno, but it is currently not usable because the registry infrastructure hasn't been setup and it points to a non-existent url by default. The default registry url can be configured via the `DENO_REGISTRY_URL` environment variable.
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0/mod.ts";
|
|
|
|
console.log(version);
|
|
console.log(new TestClass());
|