deno/cli/tests/testdata/tsc2/file_reexports.ts

3 lines
54 B
TypeScript

import * as c from "./exportc.ts";
console.log(c.c);