Skip to main content
Module

x/docxml/mod.ts

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
File
export { Docx as default } from './src/Docx.ts';
//export * from './src/components.ts';export { type AnyStyle, type CharacterStyle, type ParagraphStyle, type StyleDefinition, type TableStyle,} from './src/files/Styles.ts';export * from './src/properties.ts';export * from './src/utilities.ts';