UNPKG
comick
Version:
latest (0.0.1)
0.0.1
A comick api wrapper
github.com/theprasant/comick
theprasant/comick
comick
/
index.js
5 lines
(4 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
function
runThis
(
) {
console
.
log
(
"This is a placeholder function for the comick package."
); }
export
{ runThis };