import { isBlobLike } from "https://deno.land/x/openai@v4.69.0/uploads.ts";
The BlobLike type omits arrayBuffer() because @types/node-fetch@^2.6.4 lacks it; but this check adds the arrayBuffer() method type because it is available and used at runtime