mirror of
https://github.com/nodejs/node.git
synced 2025-08-18 07:08:50 +02:00

PR-URL: https://github.com/nodejs/node/pull/52471 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
6 lines
282 B
Markdown
6 lines
282 B
Markdown
# Internal Modules
|
|
|
|
The modules in `lib/internal` are intended for internal use in Node.js core
|
|
only, and are not accessible with `require()` from user modules. These modules
|
|
can be changed at **any** time. Reliance on these modules outside of core
|
|
is **not supported** in any way.
|