summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/redirects/b.ts
blob: cdb71eaae4e6adbb1d11368d2e6f5110ddff3125 (plain)
1
2
3
4
5
import { A } from "./a.ts";

export function createA(): A {
  return new A();
}