mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-21 13:18:43 +00:00
4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
|
|
module.exports = function(s) {
|
||
|
|
return s.split(' ');
|
||
|
|
};
|