UNPKG
cron
Version:
beta (5.0.0-beta.1)
latest (4.3.0)
5.0.0-beta.1
4.3.0
4.2.1-beta.1
4.2.0
4.1.5-beta.1
4.1.4
4.1.4-beta.1
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.5.1-beta.1
3.5.0
3.4.0
3.3.2
3.3.2-beta.1
3.3.1
3.3.0
3.2.1
3.2.0
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Cron jobs for your node
github.com/kelektiv/node-cron
kelektiv/node-cron
cron
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
179 B
TypeScript
View Raw
1
2
3
import
{
Ranges
}
from
'./types/cron.types'
;
export
declare
const
getRecordKeys
: <K
extends
Ranges
[keyof
Ranges
]>
(
record
:
Partial
<
Record
<K,
boolean
>>
) =>
(keyof
typeof
record)[];