PR-URL: https://github.com/nodejs/node/pull/61270 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| tests | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| .python-version | ||
| BUILD.gn | ||
| CMakeLists.txt | ||
| LICENSE | ||
| nbytes.gyp | ||
| pyproject.toml | ||
| README.md | ||
| 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.