mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Merge pull request #8748 from timothysoehnlin/master
Adding Alternate Constructors for GraphicsMagick
This commit is contained in:
Vendored
+3
@@ -9,6 +9,9 @@ declare module "gm" {
|
||||
import stream = require('stream');
|
||||
|
||||
function m(image: string): m.State;
|
||||
function m(stream:NodeJS.ReadableStream, image?: string): m.State;
|
||||
function m(buffer:Buffer, image?: string): m.State;
|
||||
function m(width:number, height:number, color?:string): m.State;
|
||||
|
||||
namespace m {
|
||||
export interface ClassOptions {
|
||||
|
||||
Reference in New Issue
Block a user