eos-utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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.

/eos-utils/

    Package Sidebar

    Install

    npm i eos-utils

    Weekly Downloads

    93

    Version

    0.1.8

    License

    Apache-2.0

    Unpacked Size

    23.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • soulmachine