error-format.d.ts 101 B

1
  1. export declare function abridgeErrorMessage(msg: string, maxLen: number, ellipsis?: string): string;