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