UNPKG
@routup/rate-limit
Version:
latest (4.0.0)
4.0.0
3.2.0
3.1.0
3.0.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
2.0.0-alpha.3
2.0.0-alpha.0
1.0.2
1.0.1
1.0.0
1.0.0-alpha.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Routup rate limiter.
github.com/Tada5hi/routup
Tada5hi/routup
@routup/rate-limit
/
dist
/
handler.d.ts
3 lines
•
168 B
TypeScript
View Raw
1
2
3
import
type
{
OptionsInput
}
from
'./type'
;
export
declare
function
createHandler
(
input
?:
OptionsInput
):
import
(
"routup"
).
Handler
;
//# sourceMappingURL=handler.d.ts.map