UNPKG

@supabase/realtime-js

Version:

Listen to realtime updates to your PostgreSQL database

8 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Node.js WebSocket implementation let WebSocketImpl; // eslint-disable-next-line @typescript-eslint/no-var-requires WebSocketImpl = require('ws'); exports.default = WebSocketImpl; //# sourceMappingURL=WebSocket.node.js.map