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

x/docxml/src/files/Comments.ts>Comments#set

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
method Comments.prototype.set
import { Comments } from "https://deno.land/x/docxml@5.0.0/src/files/Comments.ts";

Parameters

id: Comment["id"]
meta: Omit<Comment, "id" | "contents">
contents: Comment["contents"]