mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 00:21:05 -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());
|