Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "@types/helper/executor.d"

Index

Interfaces

Variables

Variables

Const Executor

Executor: IExecutor

An easy way to apply simple or complex code against an array of objects.

param

An array of parameters to execute in order synchronously.

param

The method to execute for each method parameter provided. Returning a promise will prevent the next item from executing until it is resolved.

param

An event executed after the method completes. Returning a promise will prevent the next item from executing until it is resolved.

Generated using TypeDoc