html-dom-parser
Version:
HTML to DOM parser.
9 lines • 302 B
text/typescript
/**
* 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