DenoDeno.uidfunction Deno.uidallow-sys#uid(): number | nullReturns the user id of the process on POSIX platforms. Returns null on Windows. console.log(Deno.uid()); Requires allow-sys permission. Return Type #number | null
function Deno.uidallow-sys#uid(): number | nullReturns the user id of the process on POSIX platforms. Returns null on Windows. console.log(Deno.uid()); Requires allow-sys permission. Return Type #number | null