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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| build | 4 years ago | |
| prebuilds | 4 years ago | |
| v8_enable_pointer_compression=false/build | 4 years ago | |
| .esm-wrapper.mjs | 4 years ago | |
| .taprc | 4 years ago | |
| .travis.yml | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 4 years ago | |
| binding.cc | 4 years ago | |
| binding.gyp | 4 years ago | |
| index.d.ts | 4 years ago | |
| index.js | 4 years ago | |
| package.json | 4 years ago | |
| test.js | 4 years ago | |
README.md
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.