Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "internal/common/Flushable"

Index

Interfaces

Type aliases

Functions

Type aliases

ScriptAction

ScriptAction<T, R>: (t: T) => Promise<R>

Action that can be recorded for later execution against a Flushable in its flush() function.

Type parameters

  • T

  • R

Type declaration

    • (t: T): Promise<R>
    • Parameters

      • t: T

      Returns Promise<R>

Functions

defer

Generated using TypeDoc