utils/node_modules/@microsoft/api-extractor/lib/aedoc/PackageDocComment.d.ts
2024-02-07 01:33:07 -05:00

9 lines
420 B
TypeScript

import * as ts from 'typescript';
import type { Collector } from '../collector/Collector';
export declare class PackageDocComment {
/**
* For the given source file, see if it starts with a TSDoc comment containing the `@packageDocumentation` tag.
*/
static tryFindInSourceFile(sourceFile: ts.SourceFile, collector: Collector): ts.TextRange | undefined;
}
//# sourceMappingURL=PackageDocComment.d.ts.map