## Expected Behavior Base return is a raw parsing of `key`s and `value`s, but I could condense that into a js object with: `parse(file, { js: true })`
Expected Behavior
Base return is a raw parsing of
keys andvalues, but I could condense that into a js object with:parse(file, { js: true })