You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function has a weird two argument API because it's designed to take either a delimiter or a file path.
It should instead take a single object that takes {fileName: '', delimiter: ''}.
This would be a breaking change for anyone using the discernParser function directly, which is probably zero, but should still be pushed as a major version update.
The text was updated successfully, but these errors were encountered:
This function has a weird two argument API because it's designed to take either a delimiter or a file path.
It should instead take a single object that takes
{fileName: '', delimiter: ''}
.This would be a breaking change for anyone using the
discernParser
function directly, which is probably zero, but should still be pushed as a major version update.The text was updated successfully, but these errors were encountered: