![JAR search and dependency download from the Maven repository](/logo.png)
node_modules.is-builtin-module.readme.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
The newest version!
# is-builtin-module [![Build Status](https://travis-ci.org/sindresorhus/is-builtin-module.svg?branch=master)](https://travis-ci.org/sindresorhus/is-builtin-module)
> Check if a string matches the name of a Node.js builtin module
## Install
```
$ npm install --save is-builtin-module
```
## Usage
```js
var isBuiltinModule = require('is-builtin-module');
isBuiltinModule('fs');
//=> true
isBuiltinModule('unicorn');
//=> false :(
```
## Related
- [builtin-modules](https://github.com/sindresorhus/builtin-modules) - List of the Node.js builtin modules
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy