We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf39521 commit 8b7676dCopy full SHA for 8b7676d
runtime/Stdlib_Console.res
@@ -22,7 +22,7 @@
22
type dirOptions = {
23
colors?: bool,
24
depth?: Stdlib_Nullable.t<int>,
25
- showHidden?: bool
+ showHidden?: bool,
26
}
27
@val external dir: ('a, ~options: dirOptions=?) => unit = "console.dir"
28
@val external dirxml: 'a => unit = "console.dirxml"
runtime/Stdlib_Console.resi
@@ -247,7 +247,7 @@ external debugMany: array<_> => unit = "console.debug"
247
248
249
250
251
252
/**
253
`dir(object, options)` displays an interactive view of the object in the console.
0 commit comments