fullname-native

Get the fullname of the current user

MIT 6 个版本
安装
npm install fullname-native
yarn add fullname-native
pnpm add fullname-native
bun add fullname-native
README

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.

版本列表
3.0.0 2024-04-30
2.0.0 2015-10-11
1.0.1 2014-11-16
1.0.0 2014-08-14
0.1.1 2014-04-01
0.1.0 2014-03-30