UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

6 lines 136 B
/** * A map that keeps track of the created modal promises. * @type {Map} */ const promiseMap = new Map(); export default promiseMap;