UNPKG
vibecoding
Version:
latest (0.0.1)
0.0.1
Simple exciting vibe coding package
vibecoding
/
index.js
9 lines
(7 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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 };