UNPKG

multitude

Version:

Comprehensive streams for push and pull

8 lines (7 loc) 243 B
import { Push } from "../../definitions"; import { Hooks } from '../classes/assistance/Hooks'; import { Empty } from 'type-core'; export declare class HooksManager { static set(hooks?: Push.Hooks | Empty): void; static get(): Hooks; }