UNPKG

estree-toolkit

Version:

Traverser, scope tracker, and more tools for working with ESTree AST

3 lines (2 loc) 123 B
import { NodePath } from '../nodepath'; export declare const hasBinding: (path: NodePath, bindingName: string) => boolean;