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

ImportedLightPage

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

メタデータ無しインポート用ページデータ

interface ImportedLightPage {
lines: string[];
title: string;
}

§Properties

§
lines: string[]
[src]

page's text

lines[0] should be equal to title

§
title: string
[src]

page's title

title should be equal to lines[0]