| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { z } from 'zod' |
| 3 | import { createCollection } from '../src/index' |
| 4 | import { localStorageCollectionOptions } from '../src/local-storage' |
nothing calls this directly
no test coverage detected