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

pull/9670/head
Rich Harris 3 years ago committed by GitHub
parent f18154721e
commit 765c4328cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,7 +168,7 @@ declare namespace $log {
export function trace(): void;
/**
* Deeply tracks and `console.table`s any values passed to the rune. Example:
* Logs the arguments with `console.table` whenever they change. Example:
*
* ```ts
* $log.table(someDataCollection)

Loading…
Cancel
Save