UNPKG
gd-server-parse
Version:
latest (0.0.2)
1.0.0
0.0.2
0.0.1
A package for converting GD server strings into a nice format
gd-server-parse
/
index.js
9 lines
(7 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Prints the given
string
to the console. * @param {
string
}
string
- The
string
to be printed */ exports.test =
function
(string)
{ console.
log
(
string
); }