Get the full name of the current user
Works on macOS, Linux, and Windows.
npm install fullname
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.
JavaScript
98.9%
TypeScript
1.1%
Get the full name of the current user
Works on macOS, Linux, and Windows.
npm install fullname
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.
JavaScript
98.9%
TypeScript
1.1%