json-joy
    Preparing search index...

    Interface OperationInc

    Increments a number by a specified value inc.

    interface OperationInc {
        inc: number;
        op: "inc";
        path: string | Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    inc: number
    op: "inc"
    path: string | Path