2 lines
101 B
TypeScript
2 lines
101 B
TypeScript
|
export declare function abridgeErrorMessage(msg: string, maxLen: number, ellipsis?: string): string;
|