.. | ||
build | ||
prebuilds | ||
v8_enable_pointer_compression=false/build | ||
.esm-wrapper.mjs | ||
.taprc | ||
.travis.yml | ||
binding.cc | ||
binding.gyp | ||
index.d.ts | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
test.js |
nice-napi – nice(2) bindings for Node.js
https://linux.die.net/man/2/nice as a JS function. That’s it, that’s the module.
const nice = require('nice-napi');
nice(5); // Increase niceness by 5.