UNPKG

@fabrix/spool-hapi

Version:

Spool - Hapi.js. This spool binds the routes compiled in spool-router to a Hapi Server.

11 lines (10 loc) 308 B
import { ServerSpool } from '@fabrix/fabrix/dist/common/spools/server'; export declare class HapiSpool extends ServerSpool { server: any; serverConfig: any; constructor(app: any); validate(): Promise<{}>; configure(): void; initialize(): Promise<void>; unload(): Promise<void>; }