console.log(JSON.stringify({
processLog: typeof process.log,
processType: typeof process.type,
window: typeof window
}));