class Pastebin
extends AbstractPastebin
import { Pastebin } from "https://deno.land/x/pastedeno@0.6.2/src/node/index.ts";
Constructors
new
Pastebin(config?: IPastebinOptions | string | null)Methods
createPasteFromFile(options?: ICreatePasteFileOptions<Buffer>): Promise<unknown>