docxml
Version:
TypeScript (component) library for building and parsing a DOCX file
9 lines (8 loc) • 304 B
TypeScript
import { Deno } from "@deno/shim-deno";
export { Deno } from "@deno/shim-deno";
import { default as crypto } from "crypto";
export { default as crypto } from "crypto";
export declare const dntGlobalThis: Omit<typeof globalThis, "crypto" | "Deno"> & {
Deno: typeof Deno;
crypto: typeof crypto;
};