taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.11k stars 107 forks source link

Add `exports.types` to `package.json` to fix typing issues under ESM #193

Closed niklashigi closed 2 years ago

niklashigi commented 2 years ago

Fixes #191