Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Export types Decoded, Dictionary, Input, List
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Warta committed Dec 19, 2018
1 parent 5db9bbe commit fecee84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import BN = require('bn.js')

import { Decoded, Input } from './types'
import { Decoded, Dictionary, Input, List } from './types'

// Types exported outside of this package
export { Decoded, Dictionary, Input, List }

/**
* RLP Encoding based on: https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP
Expand Down

0 comments on commit fecee84

Please sign in to comment.