fix(core): update

This commit is contained in:
2023-07-21 03:39:32 +02:00
parent c290a75f01
commit 25eee6cf73
8 changed files with 919 additions and 788 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './smarttime.plugins.js';
import { CronJob, TJobFunction } from './smarttime.classes.cronjob.js';
import { CronJob, type TJobFunction } from './smarttime.classes.cronjob.js';
import { getMilliSecondsAsHumanReadableString } from './smarttime.units.js';
export class CronManager {