You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
214 B
214 B
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.