Type alias TConstructorCallback<I>

TConstructorCallback<I>: ((core, identifier, ...args) => Promise<I>)

Type Parameters

Type declaration

    • (core, identifier, ...args): Promise<I>
    • Parameters

      • core: INopeCore
      • identifier: string
      • Rest ...args: any

      Returns Promise<I>

Generated using TypeDoc