Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/document_ir/index.ts>BlockQuoteNode

Intermediate Representation for content
Latest
interface BlockQuoteNode
import { type BlockQuoteNode } from "https://deno.land/x/document_ir@0.0.15/index.ts";

Properties

type: "block-quote"
content: Node[]