summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/cjs-invalid-name-exports/main.ts
blob: 9bdf0e43b3f968962bf9b7e00dbf07a32c7d9c05 (plain)
1
2
3
import * as foo from "npm:@denotest/cjs-invalid-name-exports";

console.log(foo);