UNPKG

@hygiene/core

Version:

Keep your TODOs and FIXMEs healthy

7 lines (5 loc) 229 B
import { AnnotatedComment } from "./AnnotatedComment"; export interface Resolver<Annotation> { isMine(annotation: Annotation): annotation is Annotation; isResolved(comment: AnnotatedComment<Annotation>): Promise<boolean>; }