Function createStringify

  • Creates a reusable stringify function.

    Returns never

    Nothing until you configure the generic argument T

    You must configure the generic argument T

    compile error

    Jeongho Nam - https://github.com/samchon

  • Creates a reusable stringify function.

    Type Parameters

    • T

      Type of the input value

    Returns ((input: T) => string)

    A reusable stringify function

      • (input): string
      • Parameters

        • input: T

        Returns string

    Jeongho Nam - https://github.com/samchon