This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wetsock/lib/WetSock/Client/index.js

4 lines
76 B
JavaScript
Raw Normal View History

2024-04-02 15:57:41 +00:00
import WetSockClient from './WetSockClient';
export default WetSockClient;