Function isInsert

  • Checks if the given operation is an insert operation.

    Parameters

    Returns op is {
        insert: string;
    }

    True if the operation is an insert operation, false otherwise.