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

TypeScript (component) library for building and parsing a DOCX file
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@5.3.8/src/files/index.ts";

Parameters

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