Preview: matcher-walker.d.ts
Size: 418 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/node-cron/dist/esm/time/matcher-walker.d.ts
import { LocalizedTime } from './localized-time';
import { TimeMatcher } from './time-matcher';
export declare class MatcherWalker {
cronExpression: string;
baseDate: Date;
pattern: any;
expressions: number[][];
timeMatcher: TimeMatcher;
timezone?: string;
constructor(cronExpression: string, baseDate: Date, timezone?: string);
isMatching(): boolean;
matchNext(): LocalizedTime;
}
Directory Contents
Dirs: 0 × Files: 9