UNPKG

168 BTypeScriptView Raw
1import type Configure from '@adonisjs/core/commands/configure';
2/**
3 * Configures the package
4 */
5export declare function configure(command: Configure): Promise<void>;