export { FILE_PATH_REGEX, FILE_PATTERN_REGEX, PATH_PATTERN_REGEX, tests, WINDOWS_PATH_REGEX, } from './const'; export { CommentExtractorFactory, GenericExtractor } from './factory'; export { HandlebarsCommentExtractor } from './handlebars'; export { HtmlCommentExtractor } from './html'; export { JsTsCommentExtractor } from './js'; export type { MatchOptions } from './match-path'; export { matchPath } from './match-path'; export type { ExtractOptions, Extractor, Language } from './types'; export { getMaxLines } from './utils'; export { YamlCommentExtractor } from './yaml';