(value)
| 80373 | } |
| 80374 | }; |
| 80375 | } |
| 80376 | |
| 80377 | // node_modules/openai/uploads.mjs |
| 80378 | var isResponseLike2 = (value) => value != null && typeof value === "object" && typeof value.url === "string" && typeof value.blob === "function"; |
| 80379 | var isFileLike3 = (value) => value != null && typeof value === "object" && typeof value.name === "string" && typeof value.lastModified === "number" && isBlobLike2(value); |
| 80380 | var isBlobLike2 = (value) => value != null && typeof value === "object" && typeof value.size === "number" && typeof value.type === "string" && typeof value.text === "function" && typeof value.slice === "function" && typeof value.arrayBuffer === "function"; |
no test coverage detected
searching dependent graphs…