UNPKG

@samepage/internal

Version:

Utilities used across modules - not meant for use by users directly

9 lines (8 loc) 260 B
declare const sendExtensionError: ({ type, error, data, }: { type: string; data?: Record<string, unknown> | undefined; error?: Error | undefined; }) => Promise<Record<string, never> | { messageId: string; }>; export default sendExtensionError;