项目作者: machinomy
项目描述 :
TypeScript declaration for rlp package
高级语言:
项目地址: git://github.com/machinomy/types-rlp.git
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"
]