UNPKG

opennms

Version:

Client API for the OpenNMS network monitoring platform

13 lines (11 loc) 221 B
/// <reference path="../node_modules/axios/index.d.ts" /> interface Window { DOMParser: any; } declare module NodeJS { interface Global { window: Window; DOMParser: any; OPENNMS_JS_VERSION: string; } }