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

x/docxml/src/utilities/tests.ts>archive

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

Get a Archive instance for a given file. The file name is absolute from the project directory.

Parameters

archiveLocation: string

Returns

Promise<Archive>