mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
3 lines
57 B
JavaScript
3 lines
57 B
JavaScript
module.exports = function(s) {
|
|
return s.split(' ');
|
|
};
|