aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-types/timers.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bun-types/timers.d.ts')
-rw-r--r--packages/bun-types/timers.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bun-types/timers.d.ts b/packages/bun-types/timers.d.ts
index ab1e29953..0d2f3e745 100644
--- a/packages/bun-types/timers.d.ts
+++ b/packages/bun-types/timers.d.ts
@@ -11,8 +11,8 @@
declare module "timers" {
class Timer {
- ref(): void;
- unref(): void;
+ ref(): Timer;
+ unref(): Timer;
hasRef(): boolean;
}