bolywood-actors-coding-discussion
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

/bolywood-actors-coding-discussion/

    Package Sidebar

    Install

    npm i bolywood-actors-coding-discussion

    Weekly Downloads

    2

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    10.7 kB

    Total Files

    6

    Last publish

    Collaborators

    • avicksaha