Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Functions

decodeString

  • decodeString<T>(decoder: Decoder<T>): function
  • decodeString<T>(decoder: Decoder<T>, input: string): T
  • Type parameters

    • T

    Parameters

    Returns function

      • (input: string): T
      • Parameters

        • input: string

        Returns T

  • Type parameters

    • T

    Parameters

    • decoder: Decoder<T>
    • input: string

    Returns T

decodeValue

  • decodeValue<T>(decoder: Decoder<T>): function
  • decodeValue<T>(decoder: Decoder<T>, input: any): T
  • Type parameters

    • T

    Parameters

    Returns function

      • (input: any): T
      • Parameters

        • input: any

        Returns T

  • Type parameters

    • T

    Parameters

    Returns T