UNPKG

assertthat

Version:
4 lines (3 loc) 151 B
import { Result } from 'defekt'; declare const prettyPrintResult: (value: Result<any, Error>, depth?: number) => string; export { prettyPrintResult };