( synchronizerId: Id, synchronizer: Synchronizer, )
| 1597 | ): void => provideThing(persisterId, persister, OFFSET_PERSISTER); |
| 1598 | |
| 1599 | export const provideSynchronizer = ( |
| 1600 | synchronizerId: Id, |
| 1601 | synchronizer: Synchronizer, |
| 1602 | ): void => provideThing(synchronizerId, synchronizer, OFFSET_SYNCHRONIZER); |
nothing calls this directly
no test coverage detected
searching dependent graphs…