JSPM

@nathanfaucett/is_native

0.0.12
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 863
  • Score
    100M100P100Q83695F
  • License MIT

checks if value is a native function or object

Package Exports

  • @nathanfaucett/is_native

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nathanfaucett/is_native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

isNative

checks if value is a Native function or object

var isNative = require("@nathanfaucett/is_native");


isNative(Array.prototype.filter); // true