💎 withResolvers.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 3a24f7c6c7
commit 7cc6544a3d

View File

@@ -11,3 +11,4 @@ export function withResolvers<T>(): PromiseWithResolvers<T> {
})
return { promise, resolve, reject }
}