UNPKG

@authup/core-realtime-kit

Version:

Package containing a toolkit for the core realtime service.

3 lines 227 B
import type { EventFullName } from './types'; export declare function buildEventFullName<ENTITY extends string, VERB extends string>(entity: ENTITY, event: VERB): EventFullName<ENTITY, VERB>; //# sourceMappingURL=utils.d.ts.map