mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 06:32:09 -05:00
4 lines
265 B
TypeScript
4 lines
265 B
TypeScript
// export { printHello } from "http://localhost:4545/cli/tests/subdir/mod2.ts";
|
|
import { printHello } from "data:application/typescript;base64,ZXhwb3J0IHsgcHJpbnRIZWxsbyB9IGZyb20gImh0dHA6Ly9sb2NhbGhvc3Q6NDU0NS9jbGkvdGVzdHMvc3ViZGlyL21vZDIudHMiOwo=";
|
|
|
|
printHello();
|