Package Exports
- load-opts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (load-opts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
load-opts
Load opts config file.
Install
$ npm install load-opts --saveUsage
const loadOpts = require('load-opts')('myFileName')
loadOpts() // => [...]How Works
- If you provide CLI params, then the methods returns it.
- If you don't provide CLI but a opts file exists in the path of the file, returns file params.
License
MIT © Kiko Beats