Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/async/modules/proxy/interface

Index

Type aliases

PromiseLikeP<T>: (() => PromiseLike<T>) | PromiseLike<T>

Extended type of promise

Type parameters

  • T = unknown

WorkerLikeP: Function | WorkerLike

Extended type of worker