Type alias InstrumentationHandleFunction

InstrumentationHandleFunction: ((...args) => any)

Type declaration

    • (...args): any
    • Type for a generic function handle.

      Parameters

      • Rest ...args: any[]

        The arguments.

      Returns any