mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update gm.d.ts
Renaming stream to buffer for consistency
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ declare module "gm" {
|
||||
|
||||
function m(image: string): m.State;
|
||||
function m(stream:NodeJS.ReadableStream, image?: string): m.State;
|
||||
function m(stream:Buffer, image?: string): m.State;
|
||||
function m(buffer:Buffer, image?: string): m.State;
|
||||
function m(width:number, height:number, color?:string): m.State;
|
||||
|
||||
namespace m {
|
||||
|
||||
Reference in New Issue
Block a user