Type Alias Executor<T>

Executor<T>: ((resolve: Callable<T | PromiseLike<T>>, reject: Callable<Error | unknown>) => void)

Type Parameters

  • T