UNPKG

@hygiene/core

Version:

Keep your TODOs and FIXMEs healthy

6 lines 270 B
import { AnnotatedComment } from "./AnnotatedComment"; export interface Resolver<Annotation> { isMine(annotation: Annotation): annotation is Annotation; isResolved(comment: AnnotatedComment<Annotation>): Promise<boolean>; } //# sourceMappingURL=Resolver.d.ts.map