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

ImportedPage

import type { ImportedPage } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";

メタデータ付きインポート用ページデータ

interface ImportedPage {
lines: ImportedLine[];
title: string;
}

§Properties

§

page's line data

lines[0].text should be equal to title

§
title: string
[src]

page's title

title should be equal to lines[0].text