@ossedb/patmat - v1.0.0
    Preparing search index...

    Type Alias CaseSpec

    CaseSpec: null | ((...args: never[]) => object)

    The spec for one case passed to adt: null for a nullary case (which becomes a singleton value), or a function from the constructor arguments to the case's fields.