(annotation?: Annotation)
| 95 | } |
| 96 | |
| 97 | export function getEnhancerFromAnnotation(annotation?: Annotation): IEnhancer<any> { |
| 98 | return !annotation ? deepEnhancer : annotation.options_?.enhancer ?? deepEnhancer |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Turns an object, array or function into a reactive structure. |
no outgoing calls
no test coverage detected
searching dependent graphs…