class Pastebin
extends AbstractPastebin
import { Pastebin } from "https://deno.land/x/pastedeno@0.6.2/mod.ts";
Constructors
new
Pastebin(config?: IPastebinOptions | string | null)Methods
createPasteFromFile(options?: ICreatePasteFileOptions<Uint8Array>): Promise<unknown>
Create a paste from a file