Skip to content

Commit a4f0047

Browse files
committed
regenerate types
1 parent a3f2061 commit a4f0047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ declare namespace $state {
23542354
| BigInt64Array
23552355
| BigUint64Array;
23562356

2357-
/** The things that `structuredClone` can handle — https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm */
2357+
/** The things that `structuredClone` can handle — https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm */
23582358
export type Cloneable =
23592359
| ArrayBuffer
23602360
| DataView
@@ -2665,7 +2665,7 @@ declare function $props(): any;
26652665
declare function $bindable<T>(fallback?: T): T;
26662666

26672667
/**
2668-
* Inspects one or more values whenever they, or the properties they contain, change. Example:
2668+
* Inspects one or more values whenever they, or the properties they contain, change. Example:
26692669
*
26702670
* ```ts
26712671
* $inspect(someValue, someOtherValue)

0 commit comments

Comments
 (0)