fp-filters - v0.5.3
    Preparing search index...
    • Higher-order function that returns a function to check if an argument has a length property with a value between min and max (inclusive).

      Parameters

      • min: number
      • max: number

      Returns TPredicate<[arg: THasLengthProperty]>

      A function that takes an argument and returns true if the argument's length is between min and max.