mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 01:47:21 +08:00
Remove Gady from contributors (#27763)
This commit is contained in:
3
types/mongodb/v2/index.d.ts
vendored
3
types/mongodb/v2/index.d.ts
vendored
@@ -2,7 +2,6 @@
|
||||
// Project: https://github.com/mongodb/node-mongodb-native/tree/2.2
|
||||
// Definitions by: Federico Caselli <https://github.com/CaselIT>
|
||||
// Alan Marcell <https://github.com/alanmarcell>
|
||||
// Gady Piazza <https://github.com/kikar>
|
||||
// Jason Dreyzehner <https://github.com/bitjson>
|
||||
// Gaurav Lahoti <https://github.com/dante-101>
|
||||
// Mariano Cortesi <https://github.com/mcortesi>
|
||||
@@ -22,7 +21,7 @@ export function connect(uri: string, options?: MongoClientOptions): Promise<Db>;
|
||||
export function connect(uri: string, callback: MongoCallback<Db>): void;
|
||||
export function connect(uri: string, options: MongoClientOptions, callback: MongoCallback<Db>): void;
|
||||
|
||||
export { Binary, Double, Long, Decimal128, MaxKey, MinKey, ObjectID, ObjectId, Timestamp, DBRef, Int32 } from 'bson';
|
||||
export { Binary, DBRef, Decimal128, Double, Int32, Long, MaxKey, MinKey, ObjectID, ObjectId, Timestamp } from 'bson';
|
||||
|
||||
// Class documentation : http://mongodb.github.io/node-mongodb-native/2.1/api/MongoClient.html
|
||||
export class MongoClient {
|
||||
|
||||
Reference in New Issue
Block a user