deno/cli/tests/https_import.ts

4 lines
100 B
TypeScript

import { printHello } from "https://localhost:5545/cli/tests/subdir/print_hello.ts";
printHello();