UNPKG

babel-plugin-ember-template-compilation

Version:
3 lines (2 loc) 156 B
import type { ASTv1, WalkerPath } from '@glimmer/syntax'; export declare function astNodeHasBinding(target: WalkerPath<ASTv1.Node>, name: string): boolean;