BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
86 stars 146 forks source link

Is TypeScript support broken? #46

Open vlddm opened 5 years ago

vlddm commented 5 years ago

Following README instruction for TypeScript:

$ yarn add --dev @types/bitgo-utxo-lib
yarn add v1.16.0
[1/5] Validating package.json...
[2/5] Resolving packages...
error An unexpected error occurred: "https://registry.npmjs.org/@types%2fbitgo-utxo-lib: Not found".
info If you think this is a bug, please open a bug report with the information provided in "yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
argjv commented 5 years ago

Hi, yeah, those instructions are wrong. TypeScript support is being added in this branch: https://github.com/BitGo/bitgo-utxo-lib/tree/BG-7478-typescriptify-bitgo-utxo-lib

Test passed but haven't got the time to test it more thoroughly