1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Added missing export

This commit is contained in:
Maciej Lenartowicz 2019-09-30 09:58:11 +02:00
parent cbb1382c66
commit 7516cfdbfe
No known key found for this signature in database
GPG Key ID: 1ABD2CB41B59B8E4

View File

@ -40,7 +40,7 @@ export { WebSockets } from "webSockets/WebSockets";
// Utils
export { Portal } from "utils/Portal";
export { undefinedIfEmpty, withoutUndefinedKeys } from "utils/objectHelpers";
export { undefinedIfEmpty, withoutUndefinedKeys, onlySpecifiedKeys } from "utils/objectHelpers";
// Foris URL
export { ForisURLs, REFORIS_URL_PREFIX } from "forisUrls";