npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-native-module

1.1.3

@juliangruber

npmHomeRepoSnykSocket
Downloads:108397
$ npm install is-native-module
DailyWeeklyMonthlyYearly

is-native-module

Check if a node module contains native code.

Usage

const isNative = require('is-native-module')

const pkg = require('./package.json')
console.log(isNative(pkg))
$ cd module/
$ is-native-module
$ echo $?
0 # native module

Installation

$ npm install [-g] is-native-module

API

isNative(pkg)

License

MIT