mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-08 23:26:33 +00:00
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
export default function splitWhitespace (s) {
|
|
return s.split(' ');
|
|
}
|