NET-Web-API-w-Angular/my-app/node_modules/nice-napi
2024-02-08 19:38:41 -05:00
..
build Updated the files. 2024-02-08 19:38:41 -05:00
prebuilds Updated the files. 2024-02-08 19:38:41 -05:00
v8_enable_pointer_compression=false/build Updated the files. 2024-02-08 19:38:41 -05:00
.esm-wrapper.mjs Updated the files. 2024-02-08 19:38:41 -05:00
.taprc Updated the files. 2024-02-08 19:38:41 -05:00
.travis.yml Updated the files. 2024-02-08 19:38:41 -05:00
binding.cc Updated the files. 2024-02-08 19:38:41 -05:00
binding.gyp Updated the files. 2024-02-08 19:38:41 -05:00
index.d.ts Updated the files. 2024-02-08 19:38:41 -05:00
index.js Updated the files. 2024-02-08 19:38:41 -05:00
LICENSE Updated the files. 2024-02-08 19:38:41 -05:00
package.json Updated the files. 2024-02-08 19:38:41 -05:00
README.md Updated the files. 2024-02-08 19:38:41 -05:00
test.js Updated the files. 2024-02-08 19:38:41 -05: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.