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

Function asciiToArray

src/shared/functions/toArray.js:137–139  ·  view source on GitHub ↗

* Converts an ASCII `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

135 * @returns {Array} Returns the converted array.
136 */
137function asciiToArray(string) {
138 return string.split("");
139}
140
141/**
142 * The base implementation of `_.times` without support for iteratee shorthands

Callers 1

stringToArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected