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

x/docxml/src/components/Row.ts>parsePropsAndChildNodes

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
function parsePropsAndChildNodes
import { parsePropsAndChildNodes } from "https://deno.land/x/docxml@5.8.1/src/components/Row.ts";

For drying some logic between Row, RowAddition and RowDeletion

Parses the children (and no props yet) from an existing XML node.

Parameters

node: Node

Returns

RowProps & { children: Node[]; }