mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
[node] Export Buffer and SlowBuffer from "buffer" module.
This commit is contained in:
Vendored
+3
@@ -411,6 +411,9 @@ interface NodeBuffer {
|
||||
************************************************/
|
||||
declare module "buffer" {
|
||||
export var INSPECT_MAX_BYTES: number;
|
||||
var BuffType: typeof Buffer;
|
||||
var SlowBuffType: typeof SlowBuffer;
|
||||
export { BuffType as Buffer, SlowBuffType as SlowBuffer };
|
||||
}
|
||||
|
||||
declare module "querystring" {
|
||||
|
||||
Reference in New Issue
Block a user