Skip to main content
Module

x/grammy/platform.web.ts

The Telegram Bot Framework.
Very Popular
Go to Latest
File
import d from "https://cdn.skypack.dev/debug@4.3.4";export { d as debug };
// === Export system-specific operations// Turn an AsyncIterable<Uint8Array> into a streamexport { readableStreamFromIterable as itrToStream } from "https://deno.land/std@0.178.0/streams/mod.ts";
// === Base configuration for `fetch` callsexport const baseFetchConfig = (_apiRoot: string) => ({});
export const defaultAdapter = "cloudflare";