fullname
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

fullname

Get the full name of the current user

Works on macOS, Linux, and Windows.

Install

npm install fullname

Usage

import fullName from 'fullname';

console.log(await fullName());
//=> 'Sindre Sorhus'

In the rare case a name cannot be found, you could fall back to username.

Related

Package Sidebar

Install

npm i fullname

Weekly Downloads

221,473

Version

5.0.0

License

MIT

Unpacked Size

5.63 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus