error-helpers.d.ts 152 B

12
  1. import constructor from "./types/constructor";
  2. export declare function formatErrorCtor(ctor: constructor<any>, paramIdx: number, error: Error): string;