????

Your IP : 3.145.71.192


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-invert/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-invert/index.d.ts

import { ImageCallback } from "@jimp/core";

interface Invert {
  invert(cb?: ImageCallback<this>): this;
}

export default function (): Invert;