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";