Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api"

Index

Type aliases

StreamCancel

StreamCancel: () => void

Type declaration

    • (): void
    • Returns void

StreamSource

StreamSource<T>: (sub: Stream<T>) => StreamCancel | void

Type parameters

  • T

Type declaration

Variables

Let LOGGER

LOGGER: ILogger = NULL_LOGGER

Functions

Const setLogger

  • setLogger(logger: ILogger): ILogger

Generated using TypeDoc