UNPKG

@nodesecure/js-x-ray

Version:
6 lines 236 B
import type { ESTree } from "meriyah"; export declare function extractLogicalExpression(node: ESTree.Node): IterableIterator<{ operator: string; node: ESTree.Expression; }>; //# sourceMappingURL=extractLogicalExpression.d.ts.map