max-argument-size
v1.1.0
Published
Get maximum argument size
Downloads
6
Readme
max-argument-size
Get maximum argument size
Install
$ npm install --save max-argument-size
Usage
const maxArgumentSize = require('max-argument-size');
maxArgumentSize().then(max => {
console.log(max);
//=> 262144
});
API
maxArgumentSize()
Returns a Promise for a number with the maximum argument size.
maxArgumentSize.sync()
Returns a number with the maximum argument size.
License
MIT © Kevin Martensson