mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 05:05:08 +00:00
refactor: change InspectOptions, make Deno.inspect stable (#4967)
This commit is contained in:
parent
678313b176
commit
6ee00e4da3
3 changed files with 1 additions and 11 deletions
8
cli/js/lib.deno.ns.d.ts
vendored
8
cli/js/lib.deno.ns.d.ts
vendored
|
@ -2326,16 +2326,10 @@ declare namespace Deno {
|
|||
export const Signal: typeof MacOSSignal | typeof LinuxSignal;
|
||||
|
||||
interface InspectOptions {
|
||||
showHidden?: boolean;
|
||||
depth?: number;
|
||||
colors?: boolean;
|
||||
indentLevel?: number;
|
||||
}
|
||||
|
||||
/** **UNSTABLE**: The exact form of the string output is under consideration
|
||||
* and may change.
|
||||
*
|
||||
* Converts the input into a string that has the same format as printed by
|
||||
/** Converts the input into a string that has the same format as printed by
|
||||
* `console.log()`.
|
||||
*
|
||||
* const obj = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue