Options
All
  • Public
  • Public/Protected
  • All
Menu

External module utils

Index

Functions

noop

  • noop(): void

pipeFromArray

  • pipeFromArray<T, R>(fns: Array<UnaryFunction<T, R>>): UnaryFunction<T, R>
  • Creates a Pipelin from an array of operators. Taken from rxjs/internals

    Type parameters

    • T

    • R

    Parameters

    • fns: Array<UnaryFunction<T, R>>

      a list of rxjs operators

    Returns UnaryFunction<T, R>

Const propertyExists

  • propertyExists(o: object, key: string): boolean
  • Determines if a property exists on a supplied object

    Parameters

    • o: object

      the object that the property is meant to exist on

    • key: string

      the property name

    Returns boolean

Generated using TypeDoc