3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export { fromHtmlIsomorphic } from "./lib/index.js";
|
|
export type Options = import('./lib/index.js').Options;
|