市场夺宝奇兵
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
335 B

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = _isNativeFunction;
  6. function _isNativeFunction(fn) {
  7. try {
  8. return Function.toString.call(fn).indexOf("[native code]") !== -1;
  9. } catch (_e) {
  10. return typeof fn === "function";
  11. }
  12. }
  13. //# sourceMappingURL=isNativeFunction.js.map