UNPKG

@practicaloptimism/uniplexer

Version:

A multiplexer for 3rd party service providers and application protocols

7 lines (4 loc) 98 B
const storeTable: { [storeId: string]: { [itemId: string]: any } } = {} export { storeTable }