(state: JsonFormsState)
| 71 | export const extractAjv = (state: JsonFormsCore) => get(state, 'ajv'); |
| 72 | |
| 73 | export const getConfig = (state: JsonFormsState) => state.jsonforms.config; |
no outgoing calls
no test coverage detected
searching dependent graphs…