UNPKG

@fabrix/spool-hapi

Version:

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

5 lines (4 loc) 184 B
import { FabrixController as Controller } from '@fabrix/fabrix/dist/common'; export declare class ViewController extends Controller { helloWorld(request: any, reply: any): void; }