deno/tests/003_relative_import.ts

4 lines
69 B
TypeScript
Raw Normal View History

2018-07-26 18:12:38 +00:00
import { printHello } from "./subdir/print_hello.ts";
printHello();