UNPKG

es-guard

Version:

A tool to check JavaScript compatibility with target environments

3 lines 182 B
import type { ESLint } from "eslint"; export declare const createESLintConfig: (target: string, browsers?: string) => ESLint.Options; //# sourceMappingURL=createESLintConfig.d.ts.map