deno.land / x / deno@v1.28.2 / ext / console / internal.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
/// <reference no-default-lib="true" />/// <reference lib="esnext" />
declare namespace globalThis { declare namespace __bootstrap { declare namespace console { declare function createFilteredInspectProxy<TObject>(params: { object: TObject; keys: (keyof TObject)[]; evaluate: boolean; }): Record<string, unknown>; } }}
deno

Version Info

Tagged at
a year ago