diff options
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/dts/lib.deno.ns.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index b607554e1..04bf8ad80 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -2034,6 +2034,8 @@ declare namespace Deno { trailingComma?: boolean; /*** Evaluate the result of calling getters. Defaults to false. */ getters?: boolean; + /** Show an object's non-enumerable properties. Defaults to false. */ + showHidden?: boolean; } /** Converts the input into a string that has the same format as printed by |