UNPKG

@riddance/service

Version:

Too much code slows you down, creates risks, increases maintainability burdens, confuses AI. So let's commit less of it.

4 lines (3 loc) 231 B
import type { JsonSafeObject } from '../context.js'; export * from './context.js'; export declare function emit(topic: string, type: string, subject: string, data: JsonSafeObject | undefined, messageId?: string): Promise<boolean>;