Files
DefinitelyTyped/types/mozjpeg/index.d.ts
2018-04-21 05:40:43 +12:00

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;