Function createPrune

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

    Type Parameters

    • T extends object

      Type of the input value

    Returns ((input: T) => void)

    A reusable prune function

      • (input): void
      • Parameters

        • input: T

        Returns void

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