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

x/docxml/src/utilities/changes.ts>getChangeInformation

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
function getChangeInformation
import { getChangeInformation } from "https://deno.land/x/docxml@4.0.7/src/utilities/changes.ts";

Parses common change tracking information from a given node.

For convenience the node is "optional", in the sense that TS will not complain when passing in the result of a query (which may or may not be strictly a node). If no node is passed, the function will throw. Only use this function if you're already certain you have a change tracking node.

Parameters

optional
node: Node | null