UNPKG

nope-js-browser

Version:

NoPE Runtime for the Browser. For nodejs please use nope-js-node

16 lines (15 loc) 422 B
/** * @author Martin Karkowski * @email m.karkowski@zema.de * @desc [description] */ import { INopeDispatcher } from "../../types/nope"; /** * Generate and registers a ping service. * * @author M.Karkowski * @export * @param {INopeDispatcher} dispatcher * @return {*} The function to ping all dispatchers. */ export declare function enablingSyncingData(dispatcher: INopeDispatcher): Promise<{}>;