Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@fakerjs/superhero

faker-javascript13.6kMIT1.2.0TypeScript support: included

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

fakerjs, faker, fake, random, superhero, string

readme

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

changelog

1.2.0 (2022-01-26)

  • Improve and simplify logic

1.1.1 (2022-01-15)

  • Typo updates.

1.1.0 (2022-01-12)

  • Added xo, tsd, c8.
  • Improved tests.

1.0.0 (2022-01-10)

  • Initial release