feat(callApi): create callApi helper to call ky callbacks and use Go-like pattern to return [data, error] tuple

This commit is contained in:
Ilia Mashkov
2026-03-17 12:25:23 +03:00
parent 638e198d02
commit aa77f4b311
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1 @@
export * from "./callApi/callApi";