UNPKG

askexperts

Version:

AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol

7 lines (6 loc) 138 B
/** * Node.js implementation of WebSocket */ import WebSocket from 'ws'; export { WebSocket }; export type { ClientOptions } from 'ws';