UNPKG

@vitruvius-labs/ts-predicate

Version:
4 lines (3 loc) 173 B
import type { NormalizedError } from "../definition/_index.mjs"; declare function stringifyErrorTree(error: Error | NormalizedError): string; export { stringifyErrorTree };