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

Missing TS definition for `.rawTagName` #269

Open rschristian opened 7 months ago

rschristian commented 7 months ago

Not familiar w/ this repo, but I think rawTagName simply needs to be added here, as string | undefined?