MCPcopy Index your code
hub / github.com/dunky11/react-saas-template / unicodeToArray

Function unicodeToArray

src/shared/functions/toArray.js:303–305  ·  view source on GitHub ↗

* Converts a Unicode `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted array.

(string)

Source from the content-addressed store, hash-verified

301 * @returns {Array} Returns the converted array.
302 */
303function unicodeToArray(string) {
304 return string.match(reUnicode) || [];
305}
306
307/** Used for built-in method references. */
308const funcProto = Function.prototype;

Callers 1

stringToArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected