UNPKG

vibecoding

Version:

Simple exciting vibe coding package

9 lines (7 loc) 215 B
function greet(){ return "Going to vibe code this package soon"; } function author(){ return "hey this is rajwardhan patil a newbie developer hehe (peaceOut)"; } module.exports = { greet ,author };