Package: effect
Module: Match
Matches the value undefined.
When to use
Use when a matcher should handle only inputs with no defined value.
Details
This refinement is backed by Predicate.isUndefined, which checks
input === undefined.
See
defined for matching non-nullish valuesis for matching literal valuesSignature
declare const undefined: Predicate.Refinement<unknown, undefined>
Since v4.0.0