Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoDashWrapperBase<T, TWrapper, T, TWrapper, T, TWrapper, T, TWrapper, T, TWrapper>

Type parameters

  • T

  • TWrapper

  • T

  • TWrapper

  • T

  • TWrapper

  • T

  • TWrapper

  • T

  • TWrapper

Hierarchy

Index

Methods

toJSON

  • toJSON(): T
  • see

    _.value

    Returns T

toString

  • toString(): string
  • Produces the result of coercing the unwrapped value to a string.

    Returns string

    Returns the coerced string value.

value

  • value(): T
  • Executes the chained sequence to extract the unwrapped value.

    alias

    _.toJSON, _.valueOf

    Returns T

    Returns the resolved unwrapped value.

valueOf

  • valueOf(): T
  • see

    _.value

    Returns T