supervillains
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

supervillains

Get supervillain names

The list is just a JSON file and can be used anywhere.

Install

npm install supervillains

Usage

import supervillains from 'supervillains';

supervillains;
//=> ['Abattoir', 'Able Crown', …]

API

supervillains

Type: string[]

Supervillain names in alphabetical order.

randomSupervillain()

Type: Function

Get a random supervillain name.

import {randomSupervillain} from 'supervillains';

randomSupervillain();
//=> 'Mud Pack'

Related

Package Sidebar

Install

npm i supervillains

Weekly Downloads

605

Version

4.0.0

License

MIT

Unpacked Size

14.6 kB

Total Files

6

Last publish

Collaborators

  • sindresorhus