packages/storage-plugin/src/public_api.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export { NgxsStoragePluginModule, withNgxsStoragePlugin } from './storage.module';
export { withStorageFeature } from './with-storage-feature';
export { NgxsStoragePlugin } from './storage.plugin';
export * from './engines';

export {
  StorageOption,
  NgxsStoragePluginOptions,
  STORAGE_ENGINE,
  StorageEngine
} from '@ngxs/storage-plugin/internals';