summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/declaration_header_file_with_no_exports.ts
blob: ef5da7a38c788909d93757ed02963c47fcbdf11c (plain)
1
2
import * as foo from "./declaration_header_file_with_no_exports_js.js";
console.log(foo);