UNPKG

481 BTypeScriptView Raw
1import { type ApiItem } from '@microsoft/api-extractor-model';
2export declare class Utilities {
3 private static readonly _badFilenameCharsRegExp;
4 /**
5 * Generates a concise signature for a function. Example: "getArea(width, height)"
6 */
7 static getConciseSignature(apiItem: ApiItem): string;
8 /**
9 * Converts bad filename characters to underscores.
10 */
11 static getSafeFilenameForName(name: string): string;
12}
13//# sourceMappingURL=Utilities.d.ts.map
\No newline at end of file