mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
a8d472f88e
This is also a performance improvement because declaration file hashes don't need to be stored in the lockfile. Closes #19444
3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
import { test } from "http://localhost:4545/lockfile/no_dts/mod.js";
|
|
|
|
console.log(test());
|