UNPKG

@metabohub/forum-library

Version:

<!-- Put your badges here: --> [![pipeline status](https://forge.inrae.fr/metabohub/forvm/mth-forvm-lib/badges/dev/pipeline.svg)](https://forge.inrae.fr/metabohub/forvm/mth-forvm-lib/-/commits/dev) [![coverage report](https://forge.inrae.fr/metabohub/forv

8 lines (7 loc) 268 B
import { EndpointSearchResults } from "./endpoint-search-results"; /** * Launch the download file action * @param endpointSearchResults the endpoint configuration */ export declare function launchFileDownload(// endpointSearchResults: EndpointSearchResults): void;