We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa959a commit 84270a4Copy full SHA for 84270a4
packages/promise-kit/src/promiseKit.js
@@ -9,7 +9,7 @@ const BestPipelinablePromise = globalThis.HandledPromise || Promise;
9
/**
10
* @template T
11
* @typedef {Object} PromiseRecord A reified Promise
12
- * @property {(value: T) => void} resolve
+ * @property {(value: ERef<T>) => void} resolve
13
* @property {(reason: any) => void} reject
14
* @property {Promise<T>} promise
15
*/
0 commit comments