breejs / later

*Maintained fork of 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.
https://breejs.github.io/later/
MIT License
134 stars 13 forks source link

docs(parsers): fix Text Parser signature #12

Closed bobo96run closed 9 months ago

bobo96run commented 3 years ago

by removing the extra 2nd argument "hasSeconds" which is used only for Cron Parser.

Fix #11