UNPKG

@nogard7491/wsc

Version:

Simple to use, blazing fast and thoroughly tested websocket client.

10 lines (5 loc) 147 B
'use strict'; import Repository from './Repository'; class MessageRepository extends Repository { } export default MessageRepository;