Type Alias: ConformanceFactory
type ConformanceFactory = () =>
| StorageAdapter
| Promise<StorageAdapter>;
Defined in: conformance.ts:74
Returns
| StorageAdapter
| Promise<StorageAdapter>
type ConformanceFactory = () =>
| StorageAdapter
| Promise<StorageAdapter>;
Defined in: conformance.ts:74
| StorageAdapter
| Promise<StorageAdapter>