UNPKG

@authup/core-realtime-kit

Version:

Package containing a toolkit for the core realtime service.

4 lines 271 B
import type { EventCallback, EventTarget } from './types'; export declare function isEventTarget(input: unknown): input is EventTarget; export declare function isEventCallback(input: unknown, fnArgs?: number): input is EventCallback; //# sourceMappingURL=helpers.d.ts.map