in src/utils/initConfig.js [80:82]
function normalizeAnyObject(input: any): ?any { return typeof input === 'object' ? input : null; }