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