Files
DefinitelyTyped/types/pngquant-bin/index.d.ts
2018-04-21 05:40:03 +12:00

10 lines
314 B
TypeScript

// Type definitions for pngquant-bin 4.0
// Project: https://github.com/imagemin/pngquant-bin#readme
// Definitions by: Hirotaka Ikoma <https://github.com/hikoma>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
declare const pngquant: string;
export = pngquant;