packages/store/plugins/src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export { InitState, UpdateState } from './actions';
export { NGXS_PLUGINS, NgxsPlugin, NgxsPluginFn, NgxsNextPluginFn } from './symbols';
export { getActionTypeFromInstance, actionMatcher, setValue, getValue } from './utils';