UNPKG

@fabrix/spool-hapi

Version:

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

17 lines (16 loc) 319 B
export declare const spool: { provides: { resources: string[]; api: { controllers: string[]; policies: string[]; }; config: string[]; }; lifecycle: { initialize: { listen: string[]; emit: string[]; }; }; };