1.1.0 • Published 1 year ago
jsfruit v1.1.0
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"