Projekt

Obecné

Profil

Stáhnout (140 Bajtů) Statistiky
| Větev: | Revize:
1
function _isNativeFunction(fn) {
2
  return Function.toString.call(fn).indexOf("[native code]") !== -1;
3
}
4

    
5
module.exports = _isNativeFunction;
(44-44/80)