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

ExtendedOptions

import type { ExtendedOptions } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.5/rest/util.ts";

BaseeOptionsにCSRF情報を入れたもの

interface ExtendedOptions extends BaseOptions {
csrf?: string;
}

§Extends

§Properties

§
csrf?: string
[src]

CSRF token

If it isn't set, automatically get CSRF token from scrapbox.io server.