Type alias Callback

Callback: ((...args) => void)

Type declaration

    • (...args): void
    • Semantic Marker for the Callback function.

      Parameters

      • Rest ...args: readonly any[]

      Returns void

Generated using TypeDoc