1.0.1 • Published 2 years ago

get-random-fruit v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

random-fruit-package

Installation

This package is available via npm:

npm i get-random-fruit

Usage

const { randomFruit, randomFruits, fruits } = require("get-random-fruit");

randomFruit(); //Output random fruit in the singular
randomFruits(); //Output array of 5 fruits in singular
randomFruits(12); //Output array of 12 fruits in singular
randomFruits(12, true); //Output array of 12 fruits in plural

console.log(fruits); //Show list of all fruits