Edit File: error-format.d.ts
export declare function abridgeErrorMessage(msg: string, maxLen: number, ellipsis?: string): string;
Back to File Manager