UNPKG

nodecg-types

Version:

Types from nodecg but without all the baggage and dependencies

8 lines (6 loc) 290 B
export {NodeCGServer as NodeCG} from './lib/nodecg-instance'; export {NodeCGStaticServer as NodeCGStatic} from './lib/nodecg-static'; export {ReplicantServer as Replicant} from './lib/replicant'; export * from './lib/config'; export * from './lib/logger'; export * from './lib/replicant';