{"version":3,"sources":["../src/isFuture.ts"],"sourcesContent":["import { isAfter } from \"./isAfter\"\nimport { DateInput } from \"./types\"\n\n/**\n * is the date in the future compared to the current time\n * @param inputDate - The date that should be in the future\n * @returns the given date is in the future compared to the current time\n */\nexport function isFuture(inputDate: DateInput): boolean {\n  return isAfter(inputDate)\n}\n"],"mappings":";AAAA,SAAS,eAAe;AAQjB,SAAS,SAAS,WAA+B;AACtD,SAAO,QAAQ,SAAS;AAC1B;","names":[]}