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

Link

import type { Link } from "https://raw.githubusercontent.com/takker99/scrapbox-storage/0.1.3/mod.ts";

link data

interface Link {
exists: boolean;
image?: string;
links: string[];
title: string;
updated: number;
}

§Properties

§
exists: boolean
[src]

whether the page exists

§
image?: string
[src]

page thumbnail

§
title: string
[src]

page title

§
updated: number
[src]

updated time (UNIX time)