Skip to content

Commit

Permalink
add type def
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 1, 2018
1 parent 30f2681 commit 1d8b67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jimp/jimp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ declare namespace Jimp {
event: T,
cb: (data: ListenerData<T>) => any
): any;
hasAlpha(): boolean;
getHeight(): number;
getWidth(): number;
inspect(): string;
Expand Down

0 comments on commit 1d8b67b

Please sign in to comment.