diff --git a/src/base/extStore.js b/src/base/extStore.js index b00ff7c..539a468 100644 --- a/src/base/extStore.js +++ b/src/base/extStore.js @@ -631,3 +631,17 @@ function generateAndFillStyleTag(ssdArray) { return tag; } + + +/** + * Executes the given function upon the delegating ExtStoreTypes + * @param {Function} func + * @returns {Map