Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "combiner-context"

Index

Type aliases

AsyncCombinerContext

AsyncCombinerContext: ReturnType<typeof createCombinerContext>

Context for handling asynchronous process

AsyncCombinerExecutor

AsyncCombinerExecutor<T>: (...params: any) => Promise<T>

This is the type of method that actually does the asynchronous work. All methods that use decorators in this library must match this type.

Type parameters

  • T

Type declaration

    • (...params: any): Promise<T>
    • Parameters

      • Rest ...params: any

      Returns Promise<T>

Functions

createCombinerContext

Generated using TypeDoc