mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 13:43:31 -05:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
![]() |
import { Test } from "./other.js";
|
||
|
import { Remote } from "http://localhost:4545/remote.ts";
|
||
|
|
||
|
console.log(new Test());
|
||
|
console.log(new Remote());
|