https://github.com/machinomy/types-rlp
TypeScript declaration for rlp package
https://github.com/machinomy/types-rlp
definitions ethereumjs types typescript
Last synced: 4 months ago
JSON representation
TypeScript declaration for rlp package
- Host: GitHub
- URL: https://github.com/machinomy/types-rlp
- Owner: machinomy
- License: apache-2.0
- Created: 2017-07-09T20:42:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T09:57:29.000Z (about 8 years ago)
- Last Synced: 2025-09-07T08:24:02.158Z (9 months ago)
- Topics: definitions, ethereumjs, types, typescript
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript declaration for `rlp`
# Installation
Via npm:
```
npm install --save-dev types-rlp
```
or yarn:
```
yarn add types-rlp --dev
```
Don't forget to manually include `index.d.ts` within an `include` section of your `tsconfig.json`
```
"include": [
...
"./node_modules/types-rlp/index.d.ts"
]
```