UNPKG

nodecg-types

Version:

Types from nodecg but without all the baggage and dependencies

14 lines (11 loc) 429 B
import {NodeCGStaticBrowser} from './lib/nodecg-static'; import {NodeCGBrowser} from './lib/nodecg-instance'; declare global { export const nodecg: NodeCGBrowser; export const NodeCG: NodeCGStaticBrowser; export interface Window { nodecg: NodeCGBrowser, NodeCG: NodeCGStaticBrowser } } export {NodeCGStaticBrowser, NodeCGBrowser}; export * from './lib/config'; export * from './lib/logger'; export * from './lib/replicant';