mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
[BSON]: Add buffer field to Binary
This commit is contained in:
Vendored
+3
@@ -39,6 +39,9 @@ export class Binary {
|
||||
|
||||
constructor(buffer: Buffer, subType?: number);
|
||||
|
||||
/** The underlying Buffer which stores the binary data. */
|
||||
readonly buffer: Buffer;
|
||||
|
||||
/** The length of the binary. */
|
||||
length(): number;
|
||||
/** Updates this binary with byte_value */
|
||||
|
||||
Reference in New Issue
Block a user