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