Skip to content

Commit

Permalink
regenerate types
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Nov 1, 2024
1 parent a3f2061 commit a4f0047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@ declare namespace $state {
| BigInt64Array
| BigUint64Array;

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

/**
* Inspects one or more values whenever they, or the properties they contain, change. Example:
* Inspects one or more values whenever they, or the properties they contain, change. Example:
*
* ```ts
* $inspect(someValue, someOtherValue)
Expand Down

0 comments on commit a4f0047

Please sign in to comment.