UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

11 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReadyState = void 0; /** Standard WebSocket readyState values (RFC 6455). */ exports.ReadyState = { CONNECTING: 0, OPEN: 1, CLOSING: 2, CLOSED: 3, }; //# sourceMappingURL=ws-adapter.js.map