Skip to content

Commit 9f1d1e7

Browse files
committed
remove another MaybeSignal
1 parent fc61662 commit 9f1d1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ function deep_read(value, visited = new Set()) {
18011801
}
18021802

18031803
/**
1804-
* @param {() => import('./types.js').MaybeSignal<>} get_value
1804+
* @param {() => any} get_value
18051805
* @param {Function} inspect
18061806
* @returns {void}
18071807
*/

0 commit comments

Comments
 (0)