Update Cursor constants

This commit is contained in:
nikeee13
2013-08-29 00:20:51 +02:00
parent 046d387081
commit 50bfbea725
+4 -3
View File
@@ -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 {