@thepassle/axobject-query
Version:
Programmatic access to information about the AXObject Model
6 lines (5 loc) • 357 B
TypeScript
import type { AXObjectModelRelationConcept, AXObjectName, TAXObjectQueryMap } from "./types.js";
type TAXObjectElementTuple = [AXObjectName, AXObjectModelRelationConcept[]];
type TAXObjectElements = TAXObjectElementTuple[];
declare const _default: TAXObjectQueryMap<TAXObjectElements, AXObjectName, AXObjectModelRelationConcept[]>;
export default _default;