UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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; };