Files
node/lib/internal
cjihrig f8464c8698 lib: add validateInteger() validator
This allows validation of integers that are not int32 or uint32.

PR-URL: https://github.com/nodejs/node/pull/20851
Fixes: https://github.com/nodejs/node/issues/20844
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2018-05-25 21:48:19 -04:00
..
2018-05-18 15:25:38 +02:00
2018-05-20 14:15:56 -07:00
2018-05-22 11:42:33 +04:00
2017-11-16 15:42:46 -08:00
2018-05-18 15:27:29 +02:00
2018-04-29 16:52:46 +02:00
2018-05-18 15:25:38 +02:00
2018-03-30 19:41:41 -05:00
2018-05-18 15:25:41 +02:00
2018-05-10 13:40:45 +02:00
2018-03-30 14:20:40 +02:00
2018-05-18 15:32:14 +02:00
2018-02-16 18:09:56 +01:00
2018-05-18 15:31:57 +02:00
2018-05-18 15:25:41 +02:00
2018-05-18 15:25:39 +02:00
2018-05-03 14:47:17 +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 are subject to change at any time. Reliance on these modules outside of core is not supported in any way.