/// interface Window { DOMParser: any; } declare module NodeJS { interface Global { window: Window; DOMParser: any; TWITARR_JS_VERSION: string; } }