UNPKG

gd-server-parse

Version:

A package for converting GD server strings into a nice format

9 lines (7 loc) 174 B
/** * Prints the given string to the console. * @param {string} string - The string to be printed */ exports.test = function(string) { console.log(string); }