UNPKG

file2html-ooxml

Version:
6 lines (5 loc) 216 B
import { Archive } from 'file2html-archive-tools'; export interface Relations { [key: string]: string; } export default function parseDocumentRelations(fileContent: string, archive: Archive): Promise<Relations>;