Repository URL to install this package:
declare function fromStringToArray(value: string): false | string[]; export { fromStringToArray };