UNPKG
cronnor
Version:
latest (2.5.0)
2.5.0
2.4.0
2.3.0
2.2.3
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.4.0
Bibliothèque JavaScript implémentant un programme cron.
github.com/regseb/cronnor
regseb/cronnor
cronnor
/
types
/
index.d.ts
4 lines
(3 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
CronExp
}
from
"./cronexp.js"
;
export
{
default
as
At
}
from
"./at.js"
;
export
{
default
,
default
as
Cron
}
from
"./cron.js"
;