mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 23:43:09 +01:00
…
|
||
---|---|---|
.. | ||
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.