This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica
Watch
1
Star
0
Fork
You've already forked habitica
0
mirror of
https://github.com/sudoxnym/habitica.git
synced
2026-05-19 20:28:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
self-host
habitica
/
website
/
common
/
script
/
libs
/
splitWhitespace.js
4 lines
71 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
fix exports
2019-10-01 15:53:48 +00:00
export
default
function
splitWhitespace
(
s
)
{
wip: split shared ops
2016-03-07 22:02:42 +00:00
return
s
.
split
(
' '
)
;
fix exports
2019-10-01 15:53:48 +00:00
}
Reference in a new issue
Copy permalink