pull/14290/head
Dominic Gannaway 2 years ago
parent f6ebd00b9b
commit 66482c4080

@ -380,9 +380,7 @@ declare function $inspect<T extends any[]>(
): { with: (fn: (type: 'init' | 'update', ...values: T) => void) => void }; ): { with: (fn: (type: 'init' | 'update', ...values: T) => void) => void };
declare namespace $inspect { declare namespace $inspect {
export function trace(name: string): void; export function trace(name: string): void;
} }
/** /**

Loading…
Cancel
Save