Skip to content

machinomy/types-rlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
]