Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit c3b9027

Browse files
authored
Remove @type reference since it's not implemented
1 parent 4c9235d commit c3b9027

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,6 @@ uglifyjs ... --mangle --reserved 'BigInteger,ECPair,Point'
7878

7979
**NOTE**: If you expect this library to run on an iOS 10 device, ensure that you are using [[email protected]](https://github.com/feross/buffer/pull/155) or greater.
8080

81-
82-
### Typescript or VSCode users
83-
Type declarations for Typescript are available for version `^3.0.0` of the library.
84-
``` bash
85-
npm install @types/bitgo-utxo-lib
86-
```
87-
88-
You can now use `bitgo-utxo-lib` as a typescript compliant library.
89-
``` javascript
90-
import { HDNode, Transaction } from 'bitgo-utxo-lib'
91-
```
92-
93-
For VSCode (and other editors), users are advised to install the type declarations, as Intellisense uses that information to help you code (autocompletion, static analysis).
94-
9581
## Examples
9682
The below examples are implemented as integration tests, they should be very easy to understand.
9783
Otherwise, pull requests are appreciated.

0 commit comments

Comments
 (0)