UNPKG
@adonisjs/limiter
Version:
develop (2.1.0)
latest (2.4.0)
next (3.0.0-next.1)
3.0.0-next.1
3.0.0-next.0
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
1.0.2
1.0.1
1.0.0
Rate limiting package for AdonisJS framework
github.com/adonisjs/limiter
adonisjs/limiter
@adonisjs/limiter
/
build
/
configure.d.ts
6 lines
(5 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
Configure
from
'@adonisjs/core/commands/configure'
;
/** * Configures the limiter package */
export
declare
function
configure
(
command
:
Configure
):
Promise
<
void
>;