(config: any)
| 87 | isArray(config) ? (config as Ids) : undefined; |
| 88 | |
| 89 | const hasValues = (config: any): boolean => isTrue(config) || isArray(config); |
| 90 | |
| 91 | const getDefaultedConfig = ( |
| 92 | configOrStoreTableName: DatabasePersisterConfig | string | undefined, |
no test coverage detected
searching dependent graphs…