"use strict"; module.exports = function (x) { return (x | 0) === x; }; //# sourceMappingURL=is-32-bit-integer.js.map