UNPKG

@nodesecure/js-x-ray

Version:
7 lines 260 B
import type { ESTree } from "meriyah"; import type { Pipeline } from "./Runner.class.ts"; export declare class Inline implements Pipeline { name: string; walk(body: ESTree.Program["body"]): ESTree.Program["body"]; } //# sourceMappingURL=inline.d.ts.map