Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isBoolean
Function
isBoolean
packages/effect/src/Predicate.ts:375–375 ·
view source on GitHub ↗
(input: unknown)
Source
from the content-addressed store, hash-verified
373
* @since 2.0.0
374
*/
375
export
const
isBoolean = (input: unknown): input is boolean => typeof input ===
"boolean"
376
377
/**
378
* A refinement that checks
if
a value is a `bigint`.
Callers
1
Iterable.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected