Package: effect Module: FiberId
effect
FiberId
Returns true if the specified unknown value is a FiberId, false otherwise.
true
false
Signature
declare const isFiberId: (self: unknown) => self is FiberId
Source
Since v2.0.0