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
/
module.d.ts
4 lines
•
185 B
TypeScript
View Raw
1
2
3
4
import
type
{
Plugin
}
from
'routup'
;
import
type
{
OptionsInput
}
from
'./type'
;
export
declare
function
rateLimit
(
options
?:
OptionsInput
):
Plugin
;
//# sourceMappingURL=module.d.ts.map