UNPKG

verror-0

Version:

VError without dependencies on top of nodejs standart library

6 lines (5 loc) 146 B
import { VError } from './verror.js'; export declare class WError extends VError { constructor(...args: unknown[]); toString(): string; }