mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
fix(doc): Group ID (#4803)
This commit is contained in:
parent
47617e60d5
commit
ade05f3c00
1 changed files with 1 additions and 1 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -1363,7 +1363,7 @@ declare namespace Deno {
|
||||||
*
|
*
|
||||||
* _Linux/Mac OS only._ */
|
* _Linux/Mac OS only._ */
|
||||||
uid: number | null;
|
uid: number | null;
|
||||||
/** User ID of the owner of this file.
|
/** Group ID of the owner of this file.
|
||||||
*
|
*
|
||||||
* _Linux/Mac OS only._ */
|
* _Linux/Mac OS only._ */
|
||||||
gid: number | null;
|
gid: number | null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue