huggingface / node-question-answering

Fast and production-ready question answering in Node.js
Apache License 2.0
464 stars 55 forks source link

export the Answer interface. #2

Closed chunghha closed 4 years ago

chunghha commented 4 years ago

Please export the Answer interface so we can use it instead of casting to any or reassigning from our code.

Pierrci commented 4 years ago

Thanks for the report, I just published a new 1.3.0 version which includes this fix :)