UNPKG

es-guard

Version:

A tool to check JavaScript compatibility with target environments

3 lines 204 B
import type { Linter } from "eslint"; export declare const isValidEcmaVersion: (ecmaVersion?: number | string | null) => ecmaVersion is Linter.EcmaVersion; //# sourceMappingURL=isValidEcmaVersion.d.ts.map