This commit is contained in:
arusakov
2018-02-27 16:59:37 +03:00
parent fd0ba37df7
commit 86cb9449d5

View File

@@ -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.