Skip to content

Commit 5be33f8

Browse files
add JimpInstance type (#1330)
1 parent ae133c4 commit 5be33f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jimp/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ export const Jimp = createJimp({
128128
plugins: defaultPlugins,
129129
});
130130

131+
export type JimpInstance = InstanceType<typeof Jimp>;
132+
131133
export type {
132134
ColorAction,
133135
HueAction,

0 commit comments

Comments
 (0)