更新
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { ImageCallback } from '@jimp/core';
|
||||
|
||||
interface Rotate {
|
||||
rotate(deg: number, cb?: ImageCallback<this>): this;
|
||||
rotate(deg: number, mode: string | boolean, cb?: ImageCallback<this>): this;
|
||||
}
|
||||
|
||||
export default function(): Rotate;
|
||||
Reference in New Issue
Block a user