UNPKG

@hygiene/core

Version:

Keep your TODOs and FIXMEs healthy

6 lines 314 B
import { AnnotatedComment } from "./AnnotatedComment"; import { Plugin } from "./Plugin"; export declare function parseFiles<T>(pattern: string, bodyParser: Plugin<any, any>["parse"], { filter }?: { filter: (path: string) => boolean; }): Promise<AnnotatedComment<T>[]>; //# sourceMappingURL=parseFiles.d.ts.map