Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/mod.ts>default#toFile

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

Convenience method to create a DOCX archive from the current document and write it to your disk.

Parameters

location: string

Returns

Promise<void>