Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/docxml/src/bundle/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@1.4.0/src/bundle/index.ts";

Parameters

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