npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

default-uid

2.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:64751
$ npm install default-uid
DailyWeeklyMonthlyYearly

default-uid

Get the system default UID (User ID)

Install

$ npm install default-uid

Usage

import defaultUid from 'default-uid';

// On macOS
defaultUid();
//=> 501

defaultUid('linux');
//=> 1000

API

defaultUid(platform?)

platform

Type: string
Default: process.platform

One of the supported Node.js platforms.