D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabot.delyntro.com
/
node_modules
/
@jimp
/
gif
/
Filename :
index.d.ts
back
Copy
import { DecoderFn } from "@jimp/core"; interface Gif { mime: { "image/gif": string[]; }; constants: { MIME_GIF: "image/gif"; }; decoders: { "image/gif": DecoderFn; }; } export default function (): Gif;