We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2653dc commit 8efeb52Copy full SHA for 8efeb52
packages/executor/src/execution/promiseForObject.ts
@@ -1,4 +1,4 @@
1
-import { handleMaybePromise, MaybePromise, isPromise } from '@whatwg-node/promise-helpers';
+import { handleMaybePromise, isPromise, MaybePromise } from '@whatwg-node/promise-helpers';
2
3
type ResolvedObject<TData> = {
4
[TKey in keyof TData]: TData[TKey] extends Promise<infer TValue> ? TValue : TData[TKey];
0 commit comments