UNPKG

html-dom-parser

Version:
9 lines 302 B
/** * When running on Node.js, use the server parser. * When bundling for the browser, use the client parser. * * @see https://github.com/substack/node-browserify#browser-field */ export { default } from './server/html-to-dom.mjs'; export * from './types.mjs'; //# sourceMappingURL=index.d.mts.map