Prelude API
    Preparing search index...

    Variable nullOrConst

    nullOr: <T>(a: Validator<T>) => Validator<T | null> = ...

    Accepts null or whatever a accepts; a failure of a is marked with the or segment.

    Type Declaration