????

Your IP : 18.191.28.129


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

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

interface Gif {
  mime: {
    "image/gif": string[];
  };

  constants: {
    MIME_GIF: "image/gif";
  };

  decoders: {
    "image/gif": DecoderFn;
  };
}

export default function (): Gif;