@types/bson
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -398,3 +398,12 @@ // Type definitions for bson 4.0 | ||
static generate(time?: number): Buffer; | ||
/** | ||
* Converts the id into a 24 character hex string for printing | ||
* | ||
* @param format - The Buffer toString format parameter. | ||
* @internal | ||
*/ | ||
toString(format?: string): string; | ||
/** | ||
* Returns the generation date (accurate up to the second) that this ID was generated. | ||
@@ -401,0 +410,0 @@ * @return {Date} the generation date |
{ | ||
"name": "@types/bson", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "TypeScript definitions for bson", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bson", | ||
}, | ||
"typesPublisherContentHash": "7828d55bc8d6ef153b4825e28fe498539c3482d3053144974fd0e343540e4331", | ||
"typesPublisherContentHash": "b18e64fb1b03aa633d8e6099af8a165986f71a3ef3f1bd9623119c3d9870435b", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:46 GMT | ||
* Last updated: Thu, 29 Jul 2021 13:31:23 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
26478
546