summaryrefslogtreecommitdiff
path: root/tests/specs/lint/lint_fix/a_fixed.out
blob: 5193be18ec5a1f24264e0dbb88ef23c048205bd9 (plain)
1
2
3
4
import type { Type } from "./test.ts";
export type MyType = Type;
console.log(globalThis.value);
globalThis.fetch;