This commit is contained in:
Manav Rathi
2024-08-08 11:17:18 +05:30
parent 5cc8479354
commit ce421eded4
6 changed files with 58 additions and 3 deletions

View File

@@ -193,6 +193,9 @@ For more details, see [translations.md](translations.md).
- [zod](https://github.com/colinhacks/zod) is used for runtime typechecking
(e.g. verifying that API responses match the expected TypeScript shape).
- [nanoid](https://github.com/ai/nanoid) is used for generating unique
identifiers.
- [debounce](https://github.com/sindresorhus/debounce) and its
promise-supporting sibling
[pDebounce](https://github.com/sindresorhus/p-debounce) are used for