Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BaseOptions

import type { BaseOptions } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.2/mod.ts";

全てのREST APIに共通するopitons

interface BaseOptions {
fetch?: Fetch;
}

§Properties

§
fetch?: Fetch
[src]

データの取得に使う処理