bs-solidity-check
v1.0.2
Published
find the index position of a value in an array of sorted numbers
Downloads
6
Maintainers
Readme
Install 安装
npm i bs-solidity-check
Development
Install dependencies
npm install
Compile
npm run compile
Test
npm test
Code Coverage
npm run coverage
Linter
Check Solidity files
npm run lint:sol
Check JS/TS files
npm run lint:js
Fix JS and Solidity files
npm run lint:fix