Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / isNativeFunction.js
@Réz István Réz István on 18 Nov 2021 118 bytes first commit
export default function _isNativeFunction(fn) {
  return Function.toString.call(fn).indexOf("[native code]") !== -1;
}