mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
shared-code-percent
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
module.exports = function(s) {
|
||||
|
||||
module.exports = function splitWhitespace (s) {
|
||||
return s.split(' ');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user