D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabot.delyntro.com
/
node_modules
/
@jimp
/
plugin-rotate
/
Filename :
index.d.ts
back
Copy
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;