nanostores / query

⚡️ Powerful data fetching library for Nano Stores. TS/JS. Framework agnostic.
MIT License
229 stars 10 forks source link

Hide type of arguments on first example #57

Closed baileys-li closed 2 months ago

baileys-li commented 2 months ago

If you copy the code from the first example, a TypeScript conlflict will occur.

Screenshot 2024-09-06 at 01 32 50

That's why it's better to remove argument typing, because SomeKeys are not available outside the package, and the Fetcher type is already mapped in the function

dkzlv commented 2 months ago

@baileys-li Thanks!