getuid

Get the UID of a user by their username.

Usage no npm install needed!

<script type="module">
  import getuid from 'https://cdn.skypack.dev/getuid';
</script>

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.