mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
clear
This commit is contained in:
4
types/bson/index.d.ts
vendored
4
types/bson/index.d.ts
vendored
@@ -135,9 +135,7 @@ export class ObjectID {
|
||||
constructor(id?: string | number | ObjectID);
|
||||
/** The generation time of this ObjectID instance */
|
||||
generationTime: number;
|
||||
/**
|
||||
* If true cache the hex string representation of ObjectID instance
|
||||
*/
|
||||
/** If true cache the hex string representation of this ObjectID instance */
|
||||
static cacheHexString?: boolean;
|
||||
/**
|
||||
* Creates an ObjectID from a hex string representation of an ObjectID.
|
||||
|
||||
Reference in New Issue
Block a user