UNPKG

webex

Version:
11 lines (8 loc) 227 B
/*! * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file. */ import {MemoryStoreAdapter} from '@webex/webex-core'; export default { boundedAdapter: MemoryStoreAdapter, unboundedAdapter: MemoryStoreAdapter, };