Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ not
Function
not
repos/effect/packages/effect/src/Predicate.ts:1545–1547 ·
view source on GitHub ↗
(self: Predicate<A>)
Source
from the content-addressed store, hash-verified
1543
*
const
isNotString = Predicate.not(Predicate.isString)
1544
*
1545
* isNotString(1)
// => true
1546
* ```
1547
*
1548
* @see {@link and}
1549
* @see {@link or}
1550
* @see {@link xor}
Callers
1
every_
Function · 0.90
Calls
1
self
Function · 0.85
Tested by
no test coverage detected