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

CodeFile

import type { CodeFile } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";

一つのソースコードを表す

interface CodeFile {
blocks: CodeBlock[];
filename: string;
lang: string;
}

§Properties

§
blocks: CodeBlock[]
[src]

splitted code

§
filename: string
[src]

file name

§
lang: string
[src]

language