Files

7 lines
86 B
TypeScript
Raw Permalink Normal View History

import type { JSDOM } from 'jsdom'
declare global {
const jsdom: JSDOM
}
export {}