Skip to content

Commit 30ebbb6

Browse files
committed
chore: set deprecated tag
1 parent 026e439 commit 30ebbb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/interfaces/repeat-options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface RepeatOptions extends Omit<ParserOptions, 'iterator'> {
4242
count?: number;
4343

4444
/**
45-
* TODO: remove this property in favor of `key`
45+
* @deprecated
4646
* Offset in milliseconds to affect the next iteration time
4747
*
4848
* */

src/interfaces/repeatable-options.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ export type RepeatableOptions = {
55
limit?: number;
66
pattern?: string;
77
every?: number;
8-
offset?: number;
98
};

0 commit comments

Comments
 (0)