UNPKG

react-native-flip

Version:
5 lines (4 loc) 207 B
import { LintReport, Options as EslintOptions } from './types/eslint'; export declare function createEslinter(eslintOptions: EslintOptions): { getReport: (filepath: string) => LintReport | undefined; };