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