mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
docs: fix description of FileInfo's mode property (#21366)
This commit is contained in:
parent
74e39a927c
commit
ce83a849a4
1 changed files with 3 additions and 3 deletions
6
cli/tsc/dts/lib.deno.ns.d.ts
vendored
6
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -3289,10 +3289,10 @@ declare namespace Deno {
|
||||||
*
|
*
|
||||||
* _Linux/Mac OS only._ */
|
* _Linux/Mac OS only._ */
|
||||||
ino: number | null;
|
ino: number | null;
|
||||||
/** **UNSTABLE**: Match behavior with Go on Windows for `mode`.
|
/** The underlying raw `st_mode` bits that contain the standard Unix
|
||||||
|
* permissions for this file/directory.
|
||||||
*
|
*
|
||||||
* The underlying raw `st_mode` bits that contain the standard Unix
|
* _Linux/Mac OS only._ */
|
||||||
* permissions for this file/directory. */
|
|
||||||
mode: number | null;
|
mode: number | null;
|
||||||
/** Number of hard links pointing to this file.
|
/** Number of hard links pointing to this file.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue