Files
est-frame/node_modules/hast-util-from-html-isomorphic/lib/browser.d.ts
2025-10-22 05:38:27 +00:00

4 lines
252 B
TypeScript
Executable File

export function fromHtmlIsomorphic(value: string, options?: import("./index.js").Options | null | undefined): import("hast").Root;
export type Root = import('hast').Root;
export type FromHtmlIsomorphic = typeof import('./index.js').fromHtmlIsomorphic;