UNPKG
@fellas/adonisjs-resque
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Resque Queue for AdonisJS v6
github.com/mixxtor/adonisjs-resque
mixxtor/adonisjs-resque
@fellas/adonisjs-resque
/
build
/
configure.d.ts
6 lines
(5 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
Configure
from
'@adonisjs/core/commands/configure'
;
/** * Configures the package */
export
declare
function
configure
(
command
:
Configure
):
Promise
<
void
>;