(persisterOrPersisterId?: PersisterOrPersisterId)
| 2363 | |
| 2364 | export const usePersisterOrPersisterById: typeof usePersisterOrPersisterByIdDecl = |
| 2365 | (persisterOrPersisterId?: PersisterOrPersisterId): AnyPersister | undefined => |
| 2366 | useThingOrThingById(persisterOrPersisterId, OFFSET_PERSISTER); |
| 2367 | |
| 2368 | export const useProvidePersister: typeof useProvidePersisterDecl = ( |
| 2369 | persisterId: Id, |
no test coverage detected
searching dependent graphs…