📣 A brand new edition of Quality is ready for you!
Try Qlty Cloud free
Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
cnap-cobre/synapse
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
13 days ago
Refresh default branch
Refresh
frontend/src/store/schema.js
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
import
{
normalize
,
schema
}
from
'normalizr'
;
const
systems
=
new
schema
.
Entity
(
'systems'
)
;