File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2354,7 +2354,7 @@ declare namespace $state {
2354
2354
| BigInt64Array
2355
2355
| BigUint64Array ;
2356
2356
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 */
2358
2358
export type Cloneable =
2359
2359
| ArrayBuffer
2360
2360
| DataView
@@ -2665,7 +2665,7 @@ declare function $props(): any;
2665
2665
declare function $bindable < T > ( fallback ?: T ) : T ;
2666
2666
2667
2667
/**
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:
2669
2669
*
2670
2670
* ```ts
2671
2671
* $inspect(someValue, someOtherValue)
You can’t perform that action at this time.
0 commit comments