mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
fix(types): added missing typings
This commit is contained in:
parent
a8f9d7e555
commit
27f3826d5f
3 changed files with 5 additions and 5 deletions
|
@ -191,7 +191,7 @@ export default class CrontabGenerator extends Tool {
|
|||
throwExceptionOnParseError: true
|
||||
}
|
||||
|
||||
isCronValid(v) {
|
||||
isCronValid(v: string) {
|
||||
return isValidCron(v, {allowBlankDay: true, alias: true, seconds: true})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue