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