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

x/docx/src/tests/utility.ts>Utility

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Latest
class Utility
import { Utility } from "https://deno.land/x/docx@9.0.2/src/tests/utility.ts";

Static Methods

jsonify(obj: object): any