@traversable/schema
    Preparing search index...
    interface Nullish<S = unknown> {
        type: "nullish";
        wrapped: S;
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    type: "nullish"
    wrapped: S