PR-URL: https://github.com/nodejs/node/pull/61879 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| tests | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| .python-version | ||
| .release-please-manifest.json | ||
| BUILD.gn | ||
| CHANGELOG.md | ||
| CMakeLists.txt | ||
| LICENSE | ||
| nbytes.gyp | ||
| nbytes.pc.in | ||
| pyproject.toml | ||
| README.md | ||
| release-please-config.json | ||
| unofficial.gni | ||
Node.js bytes (nbytes) library
The nbytes library extracts certain Node.js specific byte manipulation
functions from the core of Node.js itself and makes them available for
use in other projects that need to emulate Node.js' behavior.