All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.helpers.esm.isNativeFunction.js Maven / Gradle / Ivy

The newest version!
function _isNativeFunction(t) {
  try {
    return -1 !== Function.toString.call(t).indexOf("[native code]");
  } catch (n) {
    return "function" == typeof t;
  }
}
export { _isNativeFunction as default };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy