Function createIsStringify

  • Creates a reusable isStringify 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 isStringify function.

    Type Parameters

    • T

      Type of the input value

    Returns ((input: unknown) => string | null)

    A reusable isStringify function

      • (input): string | null
      • Parameters

        • input: unknown

        Returns string | null

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