graycoreio/daffodil

View on GitHub
libs/search/state/src/reducers/store-feature-key.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * The key under which the search feature state will be stored.
 */
export const DAFF_SEARCH_STORE_FEATURE_KEY = 'daffSearch';