corenova / yang-js

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

Update return type of YangModel.on() #107

Closed spmiller closed 4 years ago

spmiller commented 5 years ago

If you don't specify the return type of the function it is implicitly any. I believe the return type is EventEmitter.

sekur commented 4 years ago

merged, sorry for the delay accepting the PR.