TurboQuery icon indicating copy to clipboard operation
TurboQuery copied to clipboard

Lightweight, isomorphic and framework agnostic asynchronous data management for modern UIs

Results 1 TurboQuery issues
Sort by recently updated
recently updated
newest added

Hello ! 1. seem like the type for event.subscribe is wrong ? the correct type `EventListener's` args is Custom Event not event https://github.com/StudioLambda/TurboQuery/blob/91cb43db219aff8b8819de0012000b2df81d17aa/src/turbo-query.ts#L164-L188 2. can you export the type for...