UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

10 lines (7 loc) 276 B
import Dispatcher from "./dispatcher"; export { getGlobalDispatcher, setGlobalDispatcher } declare function setGlobalDispatcher<DispatcherImplementation extends Dispatcher>(dispatcher: DispatcherImplementation): void; declare function getGlobalDispatcher(): Dispatcher;