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

7 lines (6 loc) 283 B
/** * Method to get HASH parameters (map of KEY/VALUES in a second HASH after the router one) * @returns method to get HASH parameters */ export declare function getHashParameters(): Map<String, String>; export declare function setHashParameter(key: string, value: string): void;