{"version":3,"sources":["../src/isPast.ts"],"sourcesContent":["import { isBefore } from \"./isBefore\"\nimport { DateInput } from \"./types\"\n\n/**\n * is the date in the past compared to the current time\n * @param inputDate - The date that should be in the past\n * @returns the given date is in the past compared to the current time\n */\nexport function isPast(inputDate: DateInput): boolean {\n  return isBefore(inputDate)\n}\n"],"mappings":";AAAA,SAAS,gBAAgB;AAQlB,SAAS,OAAO,WAA+B;AACpD,SAAO,SAAS,SAAS;AAC3B;","names":[]}