1.2.0 • Published 3 years ago

bolywood-actors-coding-discussion v1.2.0

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

Bolywood Actors

Get bolywood actor names

The list is just a Array and can be used anywhere.

Install

$ npm install bolywood-actors-coding-discussion

Usage

const bolywoodActors = require('bolywood-actors-coding-discussion');

bolywoodActors.all;
//=> ["Aamir Khan", "Aarun Nagar", …]

bolywoodActors.random();
//=> 'Shah Rukh Khan'

API

.all

Type: string[]

Bolywood actor names in alphabetical order.

.random()

Type: Function

Random bolywood actor name.

License

MIT © Avick Saha