prolificinteractive / node-html-to-json

Parses HTML strings into objects using flexible, composable filters.
MIT License
120 stars 14 forks source link

Create TypeScript type definitions #4

Open dbautistav opened 8 years ago

dbautistav commented 8 years ago

Create TypeScript type definitions for this project to being able to use it in projects written in TypeScript. Currently an error is thrown: error TS2307: Cannot find module 'html-to-json'. since type definitions are missing.

cnotoham commented 7 years ago

Hi,

Do you have any update on this? Thank you