UNPKG

@hygiene/core

Version:

Keep your TODOs and FIXMEs healthy

4 lines 292 B
import { AnnotatedComment } from "./AnnotatedComment"; import { Plugin } from "./Plugin"; export declare function parseText<T>(content: string, filename: string, extension: string, bodyParser: Plugin<any, any>["parse"]): Promise<AnnotatedComment<T>[]>; //# sourceMappingURL=parseText.d.ts.map