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 ed80276 commit 1941e82Copy full SHA for 1941e82
packages/svelte/src/internal/client/runtime.js
@@ -1039,7 +1039,6 @@ export function untrack(fn) {
1039
* When used inside a [`$derived`](https://svelte.dev/docs/svelte/$derived),
1040
* any state updates to state is allowed.
1041
*
1042
- * ```
1043
* @template T
1044
* @param {() => T} fn
1045
* @returns {T}
packages/svelte/types/index.d.ts
@@ -488,7 +488,6 @@ declare module 'svelte' {
488
489
490
491
492
* */
493
export function unsafe<T>(fn: () => T): T;
494
/**
0 commit comments