UNPKG

@api-platform/client-generator

Version:

Generate apps built with Next, Nuxt, Quasar, React, React Native, Vue or Vuetify for any API documented using Hydra or OpenAPI

4 lines (3 loc) 145 B
export const error = state => state.error; export const isLoading = state => state.isLoading; export const retrieved = state => state.retrieved;