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

fix: Added missing type declarations in Node class #213

Closed MarsHeer closed 2 years ago

MarsHeer commented 2 years ago

Facing some issues with types accessing certain properties of the Node class on Next.js, this fix seems to do the job