-
-
Notifications
You must be signed in to change notification settings - Fork 2
function_toArray
Wesley de Groot edited this page Oct 23, 2015
·
38 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
string to array
- @param object [object] Wrapper
- @param string|object str string/object to put in the array
- @return array
- @example _.toArray(str);
- @example _.toArray({my:'super',object:'rocks!'});
[Back to function list](https://github.com/wesdegroot/_.js/wiki/Function%20List)
© Wesley de Groot • CC-BY 4.0 • WDGWV