json-joy
    Preparing search index...

    Type Alias JsonCrdtPatchMnemonic

    JsonCrdtPatchMnemonic:
        | "new_con"
        | "new_val"
        | "new_obj"
        | "new_vec"
        | "new_str"
        | "new_bin"
        | "new_arr"
        | "ins_val"
        | "ins_obj"
        | "ins_vec"
        | "ins_str"
        | "ins_bin"
        | "ins_arr"
        | "upd_arr"
        | "del"
        | "nop"

    Represents a JSON CRDT Patch operation mnemonic.