fix: types for `$inpect.trace`

pull/14811/head
paoloricciuti 2 years ago
parent 35c8f6d491
commit 83473d3f95

@ -433,7 +433,7 @@ declare namespace $inspect {
* });
* </script>
*/
export function trace(name: string): void;
export function trace(name?: string): void;
// prevent intellisense from being unhelpful
/** @deprecated */

@ -3091,7 +3091,7 @@ declare namespace $inspect {
* });
* </script>
*/
export function trace(name: string): void;
export function trace(name?: string): void;
// prevent intellisense from being unhelpful
/** @deprecated */

Loading…
Cancel
Save