Skip to main content
UserInfo - os - Node documentation
interface UserInfo

Usage in Deno

import { type UserInfo } from "node:os";

Type Parameters

T

Properties

uid: number
gid: number
shell: T | null