UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

8 lines 189 B
/** Standard WebSocket readyState values (RFC 6455). */ export const ReadyState = { CONNECTING: 0, OPEN: 1, CLOSING: 2, CLOSED: 3, }; //# sourceMappingURL=ws-adapter.mjs.map