We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 492fe7e + c01d5e1 commit bd64e78Copy full SHA for bd64e78
src/index.ts
@@ -5,7 +5,8 @@ import type { MultiRegionRatelimitConfig } from "./multi";
5
import { RegionRatelimit as Ratelimit } from "./single";
6
import type { RegionRatelimitConfig as RatelimitConfig } from "./single";
7
import type { Algorithm } from "./types";
8
-import * as IpDenyList from "./deny-list/ip-deny-list"
+import * as IpDenyList from "./deny-list/ip-deny-list";
9
+import { Duration } from "./duration";
10
11
export {
12
Ratelimit,
@@ -15,5 +16,6 @@ export {
15
16
type Algorithm,
17
Analytics,
18
type AnalyticsConfig,
- IpDenyList
19
+ IpDenyList,
20
+ type Duration,
21
};
0 commit comments