{"ast":null,"code":"// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n  return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};","map":{"version":3,"names":["ceil","Math","floor","module","exports","it","isNaN"],"sources":["C:/Users/user/Desktop/000newport/node_modules/smooth-scrollbar/node_modules/core-js/modules/_to-integer.js"],"sourcesContent":["// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n  return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n"],"mappings":"AAAA;AACA,IAAIA,IAAI,GAAGC,IAAI,CAACD,IAAI;AACpB,IAAIE,KAAK,GAAGD,IAAI,CAACC,KAAK;AACtBC,MAAM,CAACC,OAAO,GAAG,UAAUC,EAAE,EAAE;EAC7B,OAAOC,KAAK,CAACD,EAAE,GAAG,CAACA,EAAE,CAAC,GAAG,CAAC,GAAG,CAACA,EAAE,GAAG,CAAC,GAAGH,KAAK,GAAGF,IAAI,EAAEK,EAAE,CAAC;AAC1D,CAAC"},"metadata":{},"sourceType":"script","externalDependencies":[]}