Appearance
A type representing a callback function for a MilliCron "crontab" event.
EventCallback(...args: unknown[]): unknown;
A function that takes any number of arguments of any type and returns a value of any type.
args
unknown