Prelude API
    Preparing search index...

    Interface Sendable

    interface Sendable {
        send(
            message: string,
            callback?: (error?: Error) => void,
        ): void | Promise<void>;
    }

    Hierarchy (View Summary)

    Index
    • Parameters

      • message: string
      • Optionalcallback: (error?: Error) => void

      Returns void | Promise<void>