0.2.7 • Published 2 years ago

@waves/waveskeeper-types v0.2.7

Weekly downloads
13
License
ISC
Repository
github
Last release
2 years ago

Waveskeeper-types

npm

Library with types for Waves Keeper API.

How to use

npm install @waves/waveskeeper-types

Include to tsconfig.json this line:

{
    "compilerOptions": {
        ...
        "typeRoots": ["./node_modules/@waves/waveskeeper-types", ...]
        ...
    }
}

or this line:

{
    "compilerOptions": {
        ...
        "types": ["./node_modules/@waves/waveskeeper-types", .....],
        ...
    }
}
0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago