json-joy
    Preparing search index...

    A constant immutable JSON value.

    interface JsonCrdtVerboseCon {
        id: JsonCrdtVerboseTimestamp;
        timestamp?: boolean;
        type: "con";
        value?: unknown;
    }
    Index

    Properties

    timestamp?: boolean
    type: "con"
    value?: unknown