UNPKG
@fitch-digital/fitch-create-app
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Boilerplate templates for FITCH projects
@fitch-digital/fitch-create-app
/
templates
/
parcel
/
app
/
store
/
application
/
selectors.js
2 lines
(1 loc)
•
71 B
JavaScript
View Raw
1
2
export
const
selectAppReady = state => state.application.
get
(
'ready'
);