UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

6 lines (5 loc) 186 B
import * as PrettyError from 'pretty-error'; export const pe = new PrettyError(); export function prettyError(e) { return pe.render(e instanceof Error ? e : new Error(String(e))); }