()
| 63 | exports.isObject = isObject; |
| 64 | |
| 65 | function log() { |
| 66 | /* istanbul ignore next */ |
| 67 | if (!config.silent) { |
| 68 | console.error.apply(console, arguments); |
| 69 | } |
| 70 | } |
| 71 | exports.log = log; |
| 72 | |
| 73 | // Converts strings to be equivalent across all platforms. Primarily responsible |