mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
right type
This commit is contained in:
Vendored
+1
-1
@@ -394,7 +394,7 @@ declare var Buffer: {
|
||||
* Creates a new Buffer using the passed {data}
|
||||
* @param data data to create a new Buffer
|
||||
*/
|
||||
of(values: ...number[]): Buffer;
|
||||
of(...values: number[]): Buffer;
|
||||
/**
|
||||
* Returns true if {obj} is a Buffer
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user