Inital Commit
This commit is contained in:
8
html/rechner/node_modules/node-cron/dist/cjs/time/time-matcher.d.ts
generated
vendored
Normal file
8
html/rechner/node_modules/node-cron/dist/cjs/time/time-matcher.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare class TimeMatcher {
|
||||
timezone?: string;
|
||||
pattern: string;
|
||||
expressions: any[];
|
||||
constructor(pattern: string, timezone?: string);
|
||||
match(date: Date): boolean;
|
||||
getNextMatch(date: Date): Date;
|
||||
}
|
||||
Reference in New Issue
Block a user