@types/imagemin-jpegtran
TypeScript icon, indicating that this package has built-in type declarations

5.0.4 • Public • Published

Installation

npm install --save @types/imagemin-jpegtran

Summary

This package contains type definitions for imagemin-jpegtran (https://github.com/imagemin/imagemin-jpegtran#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-jpegtran.

index.d.ts

import { Plugin } from "imagemin";

declare function imageminJpegtran(options?: imageminJpegtran.Options): Plugin;

declare namespace imageminJpegtran {
    interface Options {
        arithmetic?: boolean | undefined;
        progressive?: boolean | undefined;
    }
}

export = imageminJpegtran;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/imagemin

Credits

These definitions were written by Romain Faust.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 5.0.4
    20,478
  • 5.0.3
    1,488
  • 5.0.2
    720
  • 5.0.1
    21,899
  • 5.0.0
    7,866

Package Sidebar

Install

npm i @types/imagemin-jpegtran

Weekly Downloads

52,451

Version

5.0.4

License

MIT

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • types