deno/cli/tests/testdata/bundle/file_tests-subdir-d.ts

3 lines
53 B
TypeScript

import { a } from "./a.ts";
export const d = { a };