IOweb/node_modules/rehype-recma/lib/index.d.ts
2026-07-03 15:07:38 -05:00

13 lines
No EOL
423 B
TypeScript

/**
* Plugin to transform HTML (hast) to JS (estree).
*
* @param {Options | null | undefined} [options]
* Configuration (optional).
* @returns
* Transform.
*/
export default function rehypeRecma(options?: Options | null | undefined): (tree: Root) => Program;
import type { Options } from 'rehype-recma';
import type { Root } from 'hast';
import type { Program } from 'estree';
//# sourceMappingURL=index.d.ts.map