2022-07-09 16:03:26 -04:00

3 lines
152 B
TypeScript

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