king__julian_star_print
Version:
Console logs input with a frame of stars.
17 lines (16 loc) • 318 B
JSON
{
"name": "king__julian_star_print",
"version": "1.0.0",
"description": "Console logs input with a frame of stars.",
"main": "index.js",
"scripts": {
"test": "starPrint('input');"
},
"keywords": [
"Star",
"Frame",
"Console.log"
],
"author": "Julian Giambelluca",
"license": "ISC"
}