MyRepo-Ums/node_modules/nice-napi
2024-01-19 11:09:11 +01:00
..
build first commit 2024-01-19 11:09:11 +01:00
prebuilds first commit 2024-01-19 11:09:11 +01:00
v8_enable_pointer_compression=false/build first commit 2024-01-19 11:09:11 +01:00
.esm-wrapper.mjs first commit 2024-01-19 11:09:11 +01:00
.taprc first commit 2024-01-19 11:09:11 +01:00
.travis.yml first commit 2024-01-19 11:09:11 +01:00
binding.cc first commit 2024-01-19 11:09:11 +01:00
binding.gyp first commit 2024-01-19 11:09:11 +01:00
index.d.ts first commit 2024-01-19 11:09:11 +01:00
index.js first commit 2024-01-19 11:09:11 +01:00
LICENSE first commit 2024-01-19 11:09:11 +01:00
package.json first commit 2024-01-19 11:09:11 +01:00
README.md first commit 2024-01-19 11:09:11 +01:00
test.js first commit 2024-01-19 11:09:11 +01:00

nice-napi nice(2) bindings for Node.js

https://linux.die.net/man/2/nice as a JS function. Thats it, thats the module.

const nice = require('nice-napi');
nice(5);  // Increase niceness by 5.