mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
90f257176c
PR-URL: https://github.com/nodejs/node/pull/54277 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> |
||
---|---|---|
.. | ||
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.