(modulePath)
| 46 | } |
| 47 | |
| 48 | export async function loadModule(modulePath) { |
| 49 | const module = await import(modulePath); |
| 50 | return module?.default || module; |
| 51 | } |
| 52 | |
| 53 | export default loadAdapter; |
no outgoing calls
no test coverage detected
searching dependent graphs…