3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
|
import constructor from "./types/constructor";
|
||
|
export declare function formatErrorCtor(ctor: constructor<any>, paramIdx: number, error: Error): string;
|