UNPKG

fastify-uws

Version:

A performant HTTP and WebSocket server for Fastify with uWebSockets.

4 lines (3 loc) 138 B
declare function fastifyUws(fastify: any, opts: any, next: any): any; declare const _default: typeof fastifyUws; export default _default;