Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#8751 from timothysoehnlin/patch-2
Browse files Browse the repository at this point in the history
Update mongodb.d.ts
  • Loading branch information
horiuchi committed Mar 30, 2016
2 parents e44d194 + 04a46a8 commit 0bc5c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/mongodb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ declare module "mongodb" {
//http://mongodb.github.io/node-mongodb-native/2.1/api/Collection.html#initializeOrderedBulkOp
initializeOrderedBulkOp(options: CollectionOptions): OrderedBulkOperation;
//http://mongodb.github.io/node-mongodb-native/2.1/api/Collection.html#initializeUnorderedBulkOp
initializeUnorderedBulkOp(options: CollectionOptions): OrderedBulkOperation;
initializeUnorderedBulkOp(options: CollectionOptions): UnorderedBulkOperation;
//http://mongodb.github.io/node-mongodb-native/2.1/api/Collection.html#insertMany
insertMany(docs: Object[], callback: MongoCallback<InsertWriteOpResult>): void
insertMany(docs: Object[], options?: CollectionInsertManyOptions): Promise<InsertWriteOpResult>;
Expand Down

0 comments on commit 0bc5c30

Please sign in to comment.