middleearth-names

Get random or all middle earth character names

MIT 2 个版本
安装
npm install middleearth-names
yarn add middleearth-names
pnpm add middleearth-names
bun add middleearth-names
README

middleearth-names

Get all middle earth character names or random one

Example of usage:

var middleEarthNames = require('middleearth-names');
console.log(middleEarthNames.all);
console.log(middleEarthNames.random());
版本列表
1.1.0 2015-12-24
1.0.0 2015-12-24