mirror of https://github.com/nodejs/node.git
6 lines
240 B
Markdown
6 lines
240 B
Markdown
|
# 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.
|