UNPKG

@fabrix/spool-hapi

Version:

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

9 lines (8 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const hapi_1 = require("./hapi"); exports.hapi = hapi_1.hapi; const spool_1 = require("./spool"); exports.spool = spool_1.spool; const web_1 = require("./web"); exports.web = web_1.web;