Skip to content

Commit cc394ca

Browse files
committed
add missing jsdoc annotation
1 parent fc9776b commit cc394ca

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/internal/client/proxy

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const is_frozen = Object.isFrozen;
3131
/**
3232
* @template {StateObject} T
3333
* @param {T} value
34+
* @param {boolean} [immutable]
3435
* @returns {T}
3536
*/
3637
export function proxy(value, immutable = true) {

0 commit comments

Comments
 (0)