function archiveimport { archive } from "https://deno.land/x/docxml@5.2.0/src/utilities/tests.ts"; archive(archiveLocation: string): Promise<Archive>Get a Archive instance for a given file. The file name is absolute from the project directory. ParametersarchiveLocation: stringReturnsPromise<Archive>