UNPKG

eslint-plugin-vuejs-accessibility

Version:
4 lines (3 loc) 168 B
import type { AST } from "vue-eslint-parser"; declare function getAttributeName(node: AST.VAttribute | AST.VDirective): string | null; export default getAttributeName;