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

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

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

Static Methods

jsonify(obj: object): any