UNPKG

415 BTypeScriptView Raw
1import * as ts from 'typescript';
2import { Collector } from '../collector/Collector';
3export declare class PackageDocComment {
4 /**
5 * For the given source file, see if it starts with a TSDoc comment containing the `@packageDocumentation` tag.
6 */
7 static tryFindInSourceFile(sourceFile: ts.SourceFile, collector: Collector): ts.TextRange | undefined;
8}
9//# sourceMappingURL=PackageDocComment.d.ts.map
\No newline at end of file