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

x/pastedeno/src/lib/Scraper.ts>ScrapePaste

Universal Pastebin client for Deno/Node
Latest
interface ScrapePaste
import { type ScrapePaste } from "https://deno.land/x/pastedeno@0.6.2/src/lib/Scraper.ts";

The scraped paste.

Properties

date: Date
key: string
size: number
expire: Date | null
title: string
syntax: string
user: string
hits: number