Files
node/lib/internal
Ruben Bridgewater b8a8eedf32 assert: switch inputs to values
The wording seems clearer when using `values` instead of `inputs`.

PR-URL: https://github.com/nodejs/node/pull/23056
Refs: https://github.com/nodejs/node/issues/22763
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2018-09-27 13:25:18 +02:00
..
2018-09-26 08:25:36 -04:00
2018-08-26 17:48:09 -04:00
2018-09-24 18:18:50 +02:00
2018-09-27 13:25:18 +02:00
2018-07-14 14:04:38 +02:00
2018-05-18 15:25:41 +02:00
2018-09-11 16:58:16 +08:00
2018-09-18 17:10:40 -05:00
2018-08-12 10:44:53 -07:00
2018-05-18 15:25:41 +02:00

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.