25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

3 satır
186 B

  1. // Only Node.JS has a process variable that is of [[Class]] process
  2. module.exports = Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]';