shared-code-percent

This commit is contained in:
Victor Piousbox
2016-04-09 19:27:22 +00:00
parent f4d2184f34
commit 3c784e869a
7 changed files with 136 additions and 41 deletions

View File

@@ -1,3 +1,4 @@
module.exports = function(s) {
module.exports = function splitWhitespace (s) {
return s.split(' ');
};