nextfriday13th
v2.2.2
Published
Learn how many friday the 13ths within the next ...
Readme
Run command:
nextfriday13th -- --stepper=y --number=1Or import the module:
import nextFriday13th from "nextfriday13th
nextFriday13th(stepper=d, number=365, onFoundFriday=printDetails)stepper stepper unit of time options [d:days, y:years, m:months, w:weeks] -> d by default
number number specify amount respective to stepper unit -> 365 by default
onFoundFriday callback recieves { nextFridayPointer, fridayNumber } nextFridayPointer is moment object , fridayNumber is current friday count -> printDetails by default
