corenova / yang-js

YANG parser and composer
Apache License 2.0
56 stars 18 forks source link

Add basic type declaration file to yang-js. #93

Closed quantang closed 5 years ago

quantang commented 5 years ago

Hi @saintkepha ,

As our main project works on Typescript, it would be better to have type information on yang-js. I proposed an initial Typescript declaration file, please help take a look. It is based on your documentation and covers the basic usage on yang-js and some internal types.

Cheers.