Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getters.js « merge_requests « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e2b234be8dfda19b4f64e37c01ce9c831b312be (plain)
1
2
3
4
export const getData = state => type => state[type];

export const assignedData = state => state.assigned;
export const createdData = state => state.created;