UNPKG

getuid

Version:

Get the UID of a user by their username.

20 lines (12 loc) 210 B
Get the UID of given user. # Install npm install getuid # Usage ```javascript var getuid = require('getuid'); getuid('username', function(err, uid) { console.log(uid); }); ``` # TODO Sync version.