mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 06:40:35 +08:00
10 lines
306 B
TypeScript
10 lines
306 B
TypeScript
// Type definitions for mozjpeg 5.0
|
|
// Project: https://github.com/imagemin/mozjpeg-bin#readme
|
|
// Definitions by: Hirotaka Ikoma <https://github.com/hikoma>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference types="node" />
|
|
|
|
declare const mozjpeg: string;
|
|
export = mozjpeg;
|