html-to-ast
html-to-ast copied to clipboard
Add types exports
What is problem
In JS environments, types export is required. Currently, types are not exported. So When Someone import from this library, TS7016 (Couldn't find a declaration file for 'html-to-ast') error has occured.
How to Fix
Add types export at package.json Docs