From 7516cfdbfec11a3cd11925883baea7e1d820a598 Mon Sep 17 00:00:00 2001 From: Maciej Lenartowicz Date: Mon, 30 Sep 2019 09:58:11 +0200 Subject: [PATCH] Added missing export --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 267ba1f..2ebaff3 100644 --- a/src/index.js +++ b/src/index.js @@ -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";