????

Your IP : 52.14.145.78


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@jimp/gif/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/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;