Skip to content

Commit ea75c5e

Browse files
committed
tidy up
1 parent b158c8c commit ea75c5e

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ export function proxy(value, _options, prev) {
467467
* @param {ValueOptions} [options]
468468
* @returns {Source<T>}
469469
*/
470-
471470
export function assignable_proxy(value, options) {
472471
return state(proxy(value, options), options);
473472
}

0 commit comments

Comments
 (0)