npm install --save @types/is-gif
This package contains type definitions for is-gif (https://github.com/sindresorhus/is-gif#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-gif.
/**
* Returns a boolean of whether `input` is a GIF image.
*/
export default function isGif(input: Uint8Array): boolean;
- Last updated: Tue, 17 Sep 2024 18:09:19 GMT
- Dependencies: none
These definitions were written by Piotr Błażejewicz.