fp-filters - v0.5.3
Preparing search index...
misc/isNot
isNot
Variable isNot
Const
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
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fp-filters - v0.5.3
Loading...
Returns true if the argument is different from the comparison parameter: !==