1.0.0 • Published 10 years ago

bloody-isnative v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

is-native

inherit from an object

browser support

Build Status

install

$ npm install bloody-isnative

require

var isNative = require("bloody-isnative")

api

isNative(fn) > boolean

detects if a method is a native one

example

isNative(alert) // true
isNative(function(){}) // false