UNPKG

@eris/image-cli

Version:

CLI wrapper and standalone executable API for @eris/image.

5 lines (4 loc) 129 B
import { IReporter } from './reporter'; export declare function from(options: { reporter?: 'json' | 'pretty'; }): IReporter;