📄 browser.d.ts
/home/palash/git/site/node_modules/hast-util-from-html-isomorphic/lib/browser.d.ts
Language: ts • Lines: 3
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;