UNPKG

@wranggle/storage-node

Version:

WranggleStorage bundle that includes the main feature layers and persistence adapters for a Node environment

9 lines (8 loc) 770 B
import { WranggleStorage, WranggleStorageOpts, MemoryStore, NoopFeatureLayer } from '@wranggle/storage-core'; import { ConfigFileAdapter, ConfigFileAdapterOpts } from '@wranggle/storage-config-file-adapter'; import { ExpirationLayer, ExpirationLayerOpts } from '@wranggle/storage-expiration-layer'; import { KeyNameLayer, KeyNameLayerOpts } from '@wranggle/storage-key-name-layer'; import { RemoteRelayAdapter, RpcStorageListener } from '@wranggle/storage-remote'; export default WranggleStorage; export * from '@wranggle/storage-core'; export { WranggleStorage, WranggleStorageOpts, MemoryStore, NoopFeatureLayer, ConfigFileAdapter, ConfigFileAdapterOpts, ExpirationLayer, ExpirationLayerOpts, KeyNameLayer, KeyNameLayerOpts, RemoteRelayAdapter, RpcStorageListener, };