]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/typings/ws/index.d.ts
Update changelog
[github/Chocobozzz/PeerTube.git] / server / typings / ws / index.d.ts
CommitLineData
e4671228
C
1import { Server } from 'ws'
2
3declare module 'ws' {
4 // FIXME: remove when 'ws' is fixed
5 export class WebSocketServer extends Server {
6
7 }
8}