Update packages/svelte/src/main/ambient.d.ts

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
log-rune
Dominic Gannaway 10 months ago committed by GitHub
parent 098ce67104
commit 902c168fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ declare namespace $effect {
declare function $props<T>(): T;
/**
* Deeply tracks and `console.log`s any values passed to the rune. Example:
* Logs the arguments whenever they, or the properties they contain, change. Example:
*
* ```ts
* $log(someValue, someOtherValue)

Loading…
Cancel
Save