mirror of https://github.com/nodejs/node.git
|
…
|
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| tests | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| .python-version | ||
| BUILD.gn | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| nbytes.gyp | ||
| pyproject.toml | ||
| unofficial.gni | ||
README.md
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.