From 2bfeb65308fb4552abfe4e58c9729974e63686c0 Mon Sep 17 00:00:00 2001 From: "Robert K. Bell" Date: Tue, 5 Sep 2017 18:21:11 +1000 Subject: [PATCH] fix: actually use same type as stream object --- types/highland/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/highland/index.d.ts b/types/highland/index.d.ts index 4031d833b7..734939eeab 100644 --- a/types/highland/index.d.ts +++ b/types/highland/index.d.ts @@ -783,7 +783,7 @@ declare namespace Highland { * // after 100ms => 1, 2, 3, 4 * // after 200ms => 1, 2, 3, 4, 5 */ - ratelimit(num: number, ms: number): Stream; + ratelimit(num: number, ms: number): Stream; /** * Boils down a Stream to a single value. The memo is the initial state