UNPKG

comment-extractor

Version:

Extracts comments from source files with a not regex-based parser. Various languages supported.

7 lines (6 loc) 207 B
export declare class Comment { readonly text: string; readonly lineStart: number; readonly sourceIdentifier: string; constructor(text: string, lineStart: number, sourceIdentifier: string); }