{"version":3,"sources":["../src/monthDays.ts"],"sourcesContent":["import { monthEnd } from \"./monthEnd\"\nimport type { MaybeDateInput } from \"./types\"\n\n/**\n * Returns the total number of days from a given month.\n * @param [inputDate] - A string, Date object or nothing for the current month\n */\nexport function monthDays(inputDate?: MaybeDateInput): number {\n  const d = monthEnd(inputDate)\n  return d.getDate()\n}\n"],"mappings":";AAAA,SAAS,gBAAgB;AAOlB,SAAS,UAAU,WAAoC;AAC5D,QAAM,IAAI,SAAS,SAAS;AAC5B,SAAO,EAAE,QAAQ;AACnB;","names":[]}