Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

getuid

olalonde8BSD0.0.1

Get the UID of a user by their username.

unix, process, uid, getuid

readme

Get the UID of given user.

Install

npm install getuid

Usage

var getuid = require('getuid');

getuid('username', function(err, uid) {
  console.log(uid);
});

TODO

Sync version.