summaryrefslogtreecommitdiff
path: root/tests/specs/npm/cjs_import_dual/main.ts
blob: 1a1bd4aed1b5c2b3e0e72d0ae8c3ef181de2d9b6 (plain)
1
2
3
4
import { getKind } from "npm:@denotest/cjs-import-dual@1";

const kind: "esm" = getKind(); // should cause a type error
console.log(kind);