3 lines
152 B
TypeScript
Raw Normal View History

2022-07-09 16:03:26 -04:00
import constructor from "./types/constructor";
export declare function formatErrorCtor(ctor: constructor<any>, paramIdx: number, error: Error): string;