UNPKG

teeworlds-econ

Version:
13 lines (10 loc) 235 B
var parseTextValue; parseTextValue = function(output) { var text; text = output.replace('[Console]: Value: ', '').replace('\\n', '\n'); if (text === '') { return null; } return text; }; module.exports = parseTextValue;