getuid
v0.0.1
Published
Get the UID of a user by their username.
Downloads
17
Readme
Get the UID of given user.
Install
npm install getuidUsage
var getuid = require('getuid');
getuid('username', function(err, uid) {
console.log(uid);
});TODO
Sync version.
