Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pastedeno/mod.ts>IPastebinOptions

Universal Pastebin client for Deno/Node
Latest
interface IPastebinOptions
Re-export
import { type IPastebinOptions } from "https://deno.land/x/pastedeno@0.6.2/mod.ts";

Properties

optional
api_dev_key: null | string
optional
api_user_key: null | string
optional
api_user_name: null | string
optional
api_user_password: null | string
optional
debug: boolean