Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "modules/interfaces"

Index

Type aliases

Type aliases

AsyncRoutine

AsyncRoutine: function

Type declaration

    • (): Promise<T>
    • Returns Promise<T>

Maybe

Maybe: T | undefined | null

Routine

Routine: function

Type declaration

    • (): T
    • Returns T

Generated using TypeDoc