/scratch/workspace/artdaq-demo-v2_09_03/SLF6/s48-e10-prof/build/artdaq_node_server/v1_00_07/src/node_modules/xml2js/node_modules/xmlbuilder/node_modules/lodash/toLength.js
_.toLength(3.2); // => 3
_.toLength(Number.MIN_VALUE); // => 0
_.toLength(Infinity); // => 4294967295
_.toLength('3.2'); // => 3