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

CompressedLink

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

圧縮したリンクデータ

property nameを省略することでデータ量を減らしている

type CompressedLink =
[
string,
string | undefined,
number,
...string[],
]
;

§Type

§
[string, string | undefined, number, ...string[]]
[src]