fp-filters - v0.5.3
    Preparing search index...

    Variable hasNotLengthMinConst

    hasNotLengthMin: THigherOrderPredicate<[len: number], [arg: THasLengthProperty]> = ...

    Higher-order function that returns a function to check if an argument has a length property with a value not greater than or equal to a specified length.

    The length to compare against.

    A function that takes an argument and returns true if the argument's length is not greater than or equal to the specified length.