/**
* 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';
export * from'./types';
//# sourceMappingURL=index.d.ts.map