npm.io
5.0.0 • Published 2 years ago

fullname

Licence
MIT
Version
5.0.0
Deps
6
Size
5 kB
Vulns
0
Weekly
0
Stars
48

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.

Keywords