0.1.8 • Published 5 years ago

eos-utils v0.1.8

Weekly downloads
87
License
Apache-2.0
Repository
github
Last release
5 years ago

eos-utils

Powerful util library based on eosjs.

Use eosjs in typescript

In order to get access to the TextEncoding and TextDecoding types, you need to add @types/text-encoding as a dev dependency: npm install --save-dev @types/text-encoding

If you're using Node (not a browser) then you'll also need to make sure the dom lib is referenced in your tsconfig.json:

{
  "compilerOptions": {
    "lib": ["xxx", "dom"]
  }
}

See https://github.com/EOSIO/eosjs/pull/568/files.

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago