0.1.4 • Published 6 years ago

solidity-extract-imports v0.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

solidity-extract-imports

Build Status

A simple tool to extract imports from Solidity source files

Example

const extract = require('solidity-extract-imports')

extract('import "./ownable.sol";')
// => ['./ownable.sol']

Author

Federico Bond

License

MIT

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago