Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sources/of"

Index

Functions

Functions

of

  • An alias for just.

    Type parameters

    • T

      Type of the emitted value.

    Parameters

    • Rest ...vs: T[]

      Values to emit.

    Returns Observable<T>

    New observable that emits the given values before ending.

Generated using TypeDoc