Preview: time-matcher.d.ts
Size: 226 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/node-cron/dist/cjs/time/time-matcher.d.ts
export declare class TimeMatcher {
timezone?: string;
pattern: string;
expressions: any[];
constructor(pattern: string, timezone?: string);
match(date: Date): boolean;
getNextMatch(date: Date): Date;
}
Directory Contents
Dirs: 0 × Files: 9