Stefano Armenes
Results
1
issues of
Stefano Armenes
Since the [insert](https://github.com/LyraSearch/lyra/blob/main/src/lyra.ts#L335) and the [insertWithHooks](https://github.com/LyraSearch/lyra/blob/main/src/lyra.ts#L370) are more or less the same functions, I'm wondering if it's worth adding a field inside the [InsertConfig](https://github.com/LyraSearch/lyra/blob/main/src/lyra.ts#L80) type like: ```ts export type InsertConfig...