in my code base, I need the cleanValue function, since for a specific case I need to export the formatted value of the output, and re-parse it to make it editable.
The function is there, just the 'export' is missing in the index file.
Would it be possible to consider to export this function?
in my code base, I need the
cleanValue
function, since for a specific case I need to export the formatted value of the output, and re-parse it to make it editable.The function is there, just the 'export' is missing in the index file.
Would it be possible to consider to export this function?