Skip to main content
Module

x/docxml/mod.ts>default.fromNothing

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
method default.fromNothing
import { default } from "https://deno.land/x/docxml@5.10.0/mod.ts";

Create an empty DOCX, and populate it with the minimum viable contents to appease MS Word.

Type Parameters

optional
PropsGeneric extends { [key: string]: unknown; } = { [key: string]: never; }