MCPcopy
hub / github.com/Effect-TS/effect / isPositive

Function isPositive

packages/typeclass/test/data/Predicate.test.ts:8–8  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

6
7describe.concurrent("Option", () => {
8 const isPositive: Predicate.Predicate<number> = (n) => n > 0
9 const isNegative: Predicate.Predicate<number> = (n) => n < 0
10 const isLessThan2: Predicate.Predicate<number> = (n) => n < 2
11

Callers 1

Predicate.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected