Files
DefinitelyTyped/types/jpegtran-bin/index.d.ts
2018-04-21 05:41:04 +12:00

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;