Licence
MIT
Version
1.0.3
Deps
1
Size
55 kB
Vulns
0
Weekly
0
setupme
Library to manage option configuration
- Install
npm install setupme
- Usage
import setupme from 'setupme';
setupme.validate({option: '1'}, {option: 1});
- Run tests
npm run test
- Upload build
npm publish