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

    Variable isNotConst

    isNot: <T>(...params: [comparison: T]) => TPredicate<[arg: T]> = ...

    Returns true if the argument is different from the comparison parameter: !==

    Type declaration

      • <T>(...params: [comparison: T]): TPredicate<[arg: T]>
      • Type Parameters

        • T

        Parameters

        • ...params: [comparison: T]

        Returns TPredicate<[arg: T]>