Deno.CommandOptions.uid - Deno documentation
property Deno.CommandOptions.uid

Sets the child process’s user ID. This translates to a setuid call in the child process. Failure in the set uid call will cause the spawn to fail.

Type

number