Formatter.d.ts 107 Bytes Raw Blame History Permalink 1 2 3 import { Issue } from '../issue'; declare type Formatter = (issue: Issue) => string; export { Formatter };