UNPKG

cypress-contract-stubs

Version:

Cypress plugin for Spring Contract Stubs

9 lines (8 loc) 309 B
import { StubEntries } from '../stubs/stubs-entries'; /** * Extract all stub entries from an archive file. * * @param archivePath A valid path for the file. * @returns A Promise for the completion of all stub entries. */ export declare function archiveMapping(archivePath: string): Promise<StubEntries>;