????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/cron/dist/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/cron/dist/index.d.ts |
import { DateTime } from 'luxon'; export { CronJob } from './job'; export { CronTime } from './time'; export { CronCallback, CronCommand, CronContext, CronJobParams, CronOnCompleteCallback, CronOnCompleteCommand, Ranges, TimeUnit } from './types/cron.types'; export declare const sendAt: (cronTime: string | Date | DateTime) => DateTime; export declare const timeout: (cronTime: string | Date | DateTime) => number;