plainfp - v0.1.0
    Preparing search index...

    Type Alias Predicate<T>

    Predicate: (value: T) => boolean

    A function that tests a value and returns a boolean. The building block for the combinators in this module.

    Type Parameters

    • T

    Type Declaration

      • (value: T): boolean
      • Parameters

        • value: T

        Returns boolean