common-last-names
v1.1.3
Published
Get most common last names
Downloads
221
Readme
common-last-names
Get random names of the most common last names in US.
Installation
This package is distributed via npm:
npm install common-last-names
Usage
const names = require('common-last-names');
const allNames = names.all;
const randomName = names.random();