Skip to content

yannik-b/node-uid-to-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-uid-to-user

NPM module to convert an uid into an username

See also

The "other way round" does my other NPM module user-to-uid.

Install

npm install uid-to-user

Usage

const uidToUser = require('uid-to-user');

uidToUser(0)
  .then((username) => {
    console.log(username);
  })
  .catch((err) => {
    console.error(err);
  });

About

NPM module to convert an uid to an user

Resources

License

Stars

Watchers

Forks

Packages

No packages published