bunkat / later

A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
http://bunkat.github.io/later/
MIT License
2.42k stars 245 forks source link

missing schedule.isValid in typescript definition #219

Open baramuse opened 6 years ago

baramuse commented 6 years ago

Hi,

not sure if I should post it here, but looks like the schedule.isValid is missing from the typescript definitions (@types/later): error TS2339: Property 'isValid' does not exist on type 'Schedule'.

Cheers !