summaryrefslogtreecommitdiff
path: root/tests/specs/check/export_equals_declaration_file/main.ts
blob: e20a735d535e0e1a9a369ef0bb456c0389f38e5c (plain)
1
2
3
4
5
6
// @deno-types="./other.d.ts"
import Test, { type Attributes } from "./other.js";

const other: Attributes = {};
console.log(Test());
console.log(other);