dchest / tweetnacl-js

Port of TweetNaCl cryptographic library to JavaScript
https://tweetnacl.js.org
The Unlicense
1.77k stars 293 forks source link

fix namespace #157

Closed marin-liovic closed 5 years ago

marin-liovic commented 5 years ago

Typescript compiler (v3.2.4) throws an error when you use same namespace and interface names using declaration:true. Renaming namespace fixes this error.

dchest commented 5 years ago

Thank you! Published as v1.0.1.