项目作者: machinomy

项目描述 :
TypeScript declaration for rlp package
高级语言:
项目地址: git://github.com/machinomy/types-rlp.git
创建时间: 2017-07-09T20:42:39Z
项目社区:https://github.com/machinomy/types-rlp

开源协议:Apache License 2.0

下载


TypeScript declaration for rlp

Installation

Via npm:

  1. npm install --save-dev types-rlp

or yarn:

  1. yarn add types-rlp --dev

Don’t forget to manually include index.d.ts within an include section of your tsconfig.json

  1. "include": [
  2. ...
  3. "./node_modules/types-rlp/index.d.ts"
  4. ]