Skip to content

Superhero package provides functionality to generate a fake superhero name value.

License

Notifications You must be signed in to change notification settings

faker-javascript/superhero

Repository files navigation

Superhero

Superhero package provides functionality to generate a fake superhero name value.

Version node-current License

Install

npm

npm install @fakerjs/superhero --save-dev

yarn

yarn add @fakerjs/superhero -D

Usage

import superhero from '@fakerjs/superhero';

superhero();
//=> Spider-Man

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko