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

x/docxml/src/classes/Bookmarks.ts>Bookmark

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias Bookmark
import { type Bookmark } from "https://deno.land/x/docxml@5.5.4/src/classes/Bookmarks.ts";
definition: { id: number; name: string; }