node-json-db
    Preparing search index...

    Interface LockRequest

    Lock request interface

    interface LockRequest {
        reject: (error: Error) => void;
        resolve: () => void;
        timeout?: number;
        timeoutId?: Timeout;
        type: LockType;
    }
    Index

    Properties

    reject: (error: Error) => void
    resolve: () => void
    timeout?: number
    timeoutId?: Timeout
    type: LockType