{"version":3,"file":"to-date-string.mjs","names":[],"sources":["../../../src/utils/to-date-string/to-date-string.ts"],"sourcesContent":["import dayjs from 'dayjs';\nimport { AnyDateValue, DateStringValue } from '../../types';\n\nexport function toDateString(date: AnyDateValue): DateStringValue {\n  return dayjs(date).format('YYYY-MM-DD 00:00:00');\n}\n"],"mappings":";;;AAGA,SAAgB,aAAa,MAAqC;CAChE,OAAO,MAAM,IAAI,CAAC,CAAC,OAAO,qBAAqB;AACjD"}