dota2-heroes
v2.0.0
Published
Get random Dota 2 hero name
Readme
dota2-heroes
Get a random Dota 2 hero name.
Last added hero
Installation
This package is distributed via npm:
npm install dota2-heroesUsage
import { all, random } from 'dota2-heroes';
const allNames = all;
const randomName = random();
const threeRandomNames = random(3);