3.0.0 • Published 3 days ago

fullname-native v3.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 days ago

fullname-native

Get the fullname of the current user

Install

npm install fullname-native

This is a native binding and expects you to have the required toolchain. (ignore the node-gyp install)

Tested to work on macOS, Linux and Windows.

Usage

import fullname from 'fullname-native';

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

Returns undefined if the fullname cannot be found.

Related