jsfruit
v1.1.0
Published
Interacting with fruits
Downloads
96
Readme
jsfruit
Helper for interacting with fruits. Vegetables are partially supported.
example
const Fruit = require("jsfruit")
const myFruit = new Fruit("Steve")
console.log(myFruit.greet()) // Prints "Hello my name is Steve"