????

Your IP : 3.137.208.89


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@jimp/plugin-rotate/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@jimp/plugin-rotate/index.d.ts

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;