4.0.2 • Published 6 months ago

@types/is-gif v4.0.2

Weekly downloads
5,764
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-gif

Summary

This package contains type definitions for is-gif (https://github.com/sindresorhus/is-gif#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-gif.

index.d.ts

// Type definitions for is-gif 4.0
// Project: https://github.com/sindresorhus/is-gif#readme
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Returns a boolean of whether `input` is a GIF image.
 */
export default function isGif(input: Uint8Array): boolean;

Additional Details

  • Last updated: Sat, 25 Sep 2021 01:01:25 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Piotr Błażejewicz.

4.0.1

7 months ago

4.0.2

6 months ago

4.0.0

3 years ago

3.0.0

4 years ago