ini
ini copied to clipboard
Trim line with whitespace character
when we have line with only white-space character the decoded object would be '':true. So I saw line.trim() does the trick.
👍 This is absolutely needed since a line with a whitespace character produces '': true, in JSON
Replaced by https://github.com/npm/ini/pull/201