UNPKG

xo

Version:

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

4 lines (3 loc) 142 B
import { type XoLintResult } from './types.js'; declare const openReport: (report: XoLintResult) => Promise<void>; export default openReport;