{"ast":null,"code":"import interval from \"./interval.js\";\nvar utcMonth = interval(function (date) {\n  date.setUTCDate(1);\n  date.setUTCHours(0, 0, 0, 0);\n}, function (date, step) {\n  date.setUTCMonth(date.getUTCMonth() + step);\n}, function (start, end) {\n  return end.getUTCMonth() - start.getUTCMonth() + (end.getUTCFullYear() - start.getUTCFullYear()) * 12;\n}, function (date) {\n  return date.getUTCMonth();\n});\nexport default utcMonth;\nexport var utcMonths = utcMonth.range;","map":{"version":3,"names":["interval","utcMonth","date","setUTCDate","setUTCHours","step","setUTCMonth","getUTCMonth","start","end","getUTCFullYear","utcMonths","range"],"sources":["C:/Users/Cem/Desktop/InventryUI-Client/node_modules/d3-time-format/node_modules/d3-time/src/utcMonth.js"],"sourcesContent":["import interval from \"./interval.js\";\n\nvar utcMonth = interval(function(date) {\n  date.setUTCDate(1);\n  date.setUTCHours(0, 0, 0, 0);\n}, function(date, step) {\n  date.setUTCMonth(date.getUTCMonth() + step);\n}, function(start, end) {\n  return end.getUTCMonth() - start.getUTCMonth() + (end.getUTCFullYear() - start.getUTCFullYear()) * 12;\n}, function(date) {\n  return date.getUTCMonth();\n});\n\nexport default utcMonth;\nexport var utcMonths = utcMonth.range;\n"],"mappings":"AAAA,OAAOA,QAAQ,MAAM,eAAe;AAEpC,IAAIC,QAAQ,GAAGD,QAAQ,CAAC,UAASE,IAAI,EAAE;EACrCA,IAAI,CAACC,UAAU,CAAC,CAAC,CAAC;EAClBD,IAAI,CAACE,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;AAC9B,CAAC,EAAE,UAASF,IAAI,EAAEG,IAAI,EAAE;EACtBH,IAAI,CAACI,WAAW,CAACJ,IAAI,CAACK,WAAW,CAAC,CAAC,GAAGF,IAAI,CAAC;AAC7C,CAAC,EAAE,UAASG,KAAK,EAAEC,GAAG,EAAE;EACtB,OAAOA,GAAG,CAACF,WAAW,CAAC,CAAC,GAAGC,KAAK,CAACD,WAAW,CAAC,CAAC,GAAG,CAACE,GAAG,CAACC,cAAc,CAAC,CAAC,GAAGF,KAAK,CAACE,cAAc,CAAC,CAAC,IAAI,EAAE;AACvG,CAAC,EAAE,UAASR,IAAI,EAAE;EAChB,OAAOA,IAAI,CAACK,WAAW,CAAC,CAAC;AAC3B,CAAC,CAAC;AAEF,eAAeN,QAAQ;AACvB,OAAO,IAAIU,SAAS,GAAGV,QAAQ,CAACW,KAAK","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}