function Deno.uidallow-sysuid(): number | nullDeprecatedReturns the user id of the process on POSIX platforms. Returns null on Windows. console.log(Deno.uid()); Requires allow-sys permission. Return Typenumber | null