Module

x/scaffold/src/utils/get_user_details.ts>UserDetails

scaffold your next project with style and 💗
Latest
interface UserDetails
import { type UserDetails } from "https://dotland.deno.dev/x/scaffold@0.3.0/src/utils/get_user_details.ts";

Properties

email: string | undefined

The email address of the user if available via git.

username: string | undefined

The name via git config user.name.

user: string | undefined

The name of the logged in user, if available use whoami