Files
website/node_modules/hast-util-select/index.d.ts
2024-05-06 17:15:30 -04:00

3 lines
113 B
TypeScript

export type Space = import('./lib/index.js').Space;
export { matches, select, selectAll } from "./lib/index.js";