isbuiltin
Find if a module is a built-in node module
Last updated 9 years ago by deepakkapoor .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install isbuiltin 
SYNC missed versions from official npm registry.

isbuiltin

Tells you if the string you pass in is a built-in node module

Install

npm install isbuiltin --save

Usage

var isBuiltIn = require('isbuiltin);

isBuiltIn('console');
=> true

isBuiltIn('woosh');
=> false

Run Tests

npm install && npm test

License

MIT © Deepak Kapoor

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

2 Versions

  • 1.0.0                                ...           9 years ago
  • 0.0.1                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 2
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |