1 2 3 4
import { Type } from "./test.ts"; export type MyType = Type; console.log(window.value); window.fetch;