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

x/docxml/src/files/index.ts>castRelationshipToClass

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
function castRelationshipToClass
Deprecated
Deprecated

This is probably not the best way to instantiate new classes. Should be looking at the content type instead.

import { castRelationshipToClass } from "https://deno.land/x/docxml@2.4.2/src/files/index.ts";

Parameters

archive: ZipArchive
meta: Pick<RelationshipMeta, "type" | "target">