Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isPositive
Function
isPositive
packages/effect/src/BigDecimal.ts:1128–1128 ·
view source on GitHub ↗
(n: BigDecimal)
Source
from the content-addressed store, hash-verified
1126
* @category predicates
1127
*/
1128
export
const
isPositive = (n: BigDecimal): boolean => n.value > bigint0
1129
1130
const
isBigDecimalArgs = (args: IArguments) => isBigDecimal(args[0])
1131
Callers
1
BigDecimal.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected