Package: effect
Module: Match
Matches the value null.
When to use
Use to handle only the null literal in a match branch.
Details
This refinement is backed by Predicate.isNull, which checks
input === null.
See
defined for matching non-nullish valuesis for matching literal valuesSignature
declare const null: Predicate.Refinement<unknown, null>
Since v4.0.0