mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Update Cursor constants
This commit is contained in:
Vendored
+4
-3
@@ -338,9 +338,10 @@ declare module "mongodb" {
|
||||
close(callback: (err, result) => void) : void;
|
||||
isClosed(): boolean;
|
||||
|
||||
static INIT;
|
||||
static OPEN;
|
||||
static CLOSED;
|
||||
public static INIT: number;
|
||||
public static OPEN: number;
|
||||
public static CLOSED: number;
|
||||
public static GET_MORE: number;
|
||||
}
|
||||
|
||||
export interface CollectionFindOptions {
|
||||
|
||||
Reference in New Issue
Block a user