starwars-names-theashraf
v1.1.0
Published
list starwars names in a cool way
Downloads
19
Readme
starwars-names-theashraf
Features
- list all starwars names
- returns a random starwars name
Install
npm i starwars-names-theashrafUsage
const starwars = require("starwars-names-theashraf");
starwars.all; // return all starwars names
starwars.random(); // return a random starwars name Credit
How to Write an open source Javascript Library by Kent C. Dodds
