UNPKG

@ipp/cli

Version:

An image build orchestrator for the modern web

12 lines (11 loc) 462 B
/** * Image Processing Pipeline - Copyright (c) Marcus Cemes * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export declare const BULLET = "\u25CF"; /** Format an error into a prettier string */ export declare function prettifyError(err: Error): string; /** Indents every new line with specified padding */ export declare function pad(text: string, padding?: number): string;