@hygiene/core
Version:
Keep your TODOs and FIXMEs healthy
6 lines • 314 B
TypeScript
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