UNPKG

subapp-server

Version:

Electrode SubApp app server support

7 lines (4 loc) 164 B
"use strict"; const hapiPlugin = require("./hapi-plugin"); const { fastifyPlugin } = require("./fastify-plugin"); module.exports = { hapiPlugin, fastifyPlugin };