html-to-ast icon indicating copy to clipboard operation
html-to-ast copied to clipboard

Add types exports

Open nabi-chan opened this issue 9 months ago • 0 comments

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

nabi-chan avatar May 14 '24 10:05 nabi-chan