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 a40af4d commit 5a4b48bCopy full SHA for 5a4b48b
src/runtime/internal/utils.js
@@ -19,9 +19,8 @@ export function assign(tar, src) {
19
// Adapted from https://github.com/then/is-promise/blob/master/index.js
20
// Distributed under MIT License https://github.com/then/is-promise/blob/master/LICENSE
21
/**
22
- * @template T
23
- * @param {T} value
24
- * @returns {value is PromiseLike<T>}
+ * @param {any} value
+ * @returns {value is PromiseLike<any>}
25
*/
26
export function is_promise(value) {
27
return (
0 commit comments