UNPKG

es-guard

Version:

A tool to check JavaScript compatibility with target environments

3 lines 189 B
import type { ESGuardOptions, ESGuardResult } from "./lib/types.js"; export declare function runESGuard(options?: ESGuardOptions): Promise<ESGuardResult>; //# sourceMappingURL=main.d.ts.map