summaryrefslogtreecommitdiff
path: root/tests/subdir/mod3.ts
blob: 4f10578bf8d53c14b21e9838c6cc4deeaee4c27a (plain)
1
2
3
export const isTSFile = true;
export { printHello } from "./print_hello.ts";
export { printHello as phNoExt } from "./print_hello";