????

Your IP : 3.143.254.11


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-rotate/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/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;