UNPKG

mcs

Version:

A pre-processor to write Minecraft Functions more efficiently

12 lines (9 loc) 319 B
/* This will appear at the top/start of the final dist file */ (function () { var mcs = (function () { var mcs = function(input) { if (!input || typeof(input) !== 'string'){ var err = 'Error: Object to parse is not a valid string or does not exist.'; console.error(err); return err; }