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

Made by Antonio Ramirez

is-builtin

1.2.0

@hemanth

npmHomeRepoSnykSocket
Downloads:10
$ npm install is-builtin
DailyWeeklyMonthlyYearly

is-builtin Build Status

Checks if the given module name is in builtins.

Install

$ npm install --save is-builtin

Usage

Node.js
var isBuiltin = require('is-builtin');
isBuiltin('fs'); //=> true
isBultin('process') //=> false

License

MIT © Hemanth.HM