mirror of
https://github.com/denoland/deno.git
synced 2025-02-05 06:05:54 -05:00
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
![]() |
// @deno-types="./other.d.ts"
|
||
|
import Test, { type Attributes } from "./other.js";
|
||
|
|
||
|
const other: Attributes = {};
|
||
|
console.log(Test());
|
||
|
console.log(other);
|