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

x/document_ir/types.ts>DateTimeNode

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

Properties

type: "datetime"
iso8601: string
content: Node[]