Installation
npm install --save @types/pngquant-bin
Summary
This package contains type definitions for pngquant-bin (https://github.com/imagemin/pngquant-bin#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pngquant-bin.
index.d.ts
/// <reference types="node" />
declare const pngquant: string;
export = pngquant;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/node
Credits
These definitions were written by Hirotaka Ikoma.