Skip to content

Commit bc94927

Browse files
Update packages/svelte/src/internal/client/runtime.js
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent bfc2791 commit bc94927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,6 @@ if (DEV) {
19021902

19031903
/**
19041904
* Expects a value that was wrapped with `freeze` and makes it frozen.
1905-
*
19061905
* @template {import('./proxy/proxy.js').StateObject} T
19071906
* @param {T} value
19081907
* @returns {Readonly<Record<string | symbol, any>>}

0 commit comments

Comments
 (0)