UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

9 lines 261 B
/** * Converts `string` to an array. * * @private * @param {string} value The string to convert. * @returns {Array} Returns the converted array. */ export default function stringToArray(value: string): string[]; //# sourceMappingURL=stringToArray.d.ts.map