# @types/imagemin-jpegtran

> TypeScript definitions for imagemin-jpegtran

Latest version **5.0.4** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/imagemin-jpegtran
pnpm add @types/imagemin-jpegtran
yarn add @types/imagemin-jpegtran
bun add @types/imagemin-jpegtran
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 5.0.4 |
| Published | 2023-11-07 |
| First published | 2018-08-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51438 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/imagemin-jpegtran
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-jpegtran
- npm.io page: https://npm.io/package/@types/imagemin-jpegtran

## Dependencies (1)

- [@types/imagemin](https://npm.io/package/@types/imagemin.md) *

## Recent versions

- 5.0.4 (latest) — 2023-11-07
- 5.0.1 (ts3.6) — 2021-07-06
- 5.0.0 (ts2.0) — 2018-08-26
- 5.0.3 — 2023-10-18
- 5.0.2 — 2023-09-26

## README

# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-jpegtran/index.d.ts)
````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](https://npmjs.com/package/@types/imagemin)

# Credits
These definitions were written by [Romain Faust](https://github.com/romain-faust).

---
_Source: https://npm.io/package/@types/imagemin-jpegtran · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
