UNPKG

@opengis/fastify-table

Version:

core-plugins

8 lines (5 loc) 161 B
import eventStream from './funcs/eventStream.js'; async function plugin(fastify) { // fastify.decorate('eventStream', eventStream); } export default plugin;