https://github.com/parro-it/is-electron-builtin
Check if a string matches the name of a Electron builtin module.
https://github.com/parro-it/is-electron-builtin
Last synced: 11 months ago
JSON representation
Check if a string matches the name of a Electron builtin module.
- Host: GitHub
- URL: https://github.com/parro-it/is-electron-builtin
- Owner: parro-it
- License: mit
- Created: 2016-04-13T21:31:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T21:55:50.000Z (almost 10 years ago)
- Last Synced: 2024-09-17T00:36:22.737Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# is-electron-builtin
Check if a string matches the name of a Electron builtin module.
[](http://travis-ci.org/parro-it/is-electron-builtin)
[](https://npmjs.org/package/is-electron-builtin)
[](https://npmjs.org/package/is-electron-builtin)
# Installation
```bash
npm install --save is-electron-builtin
```
# Usage
```js
const isElectronBuiltin = require('is-electron-builtin');
```
# License
The MIT License (MIT)
Copyright (c) 2016 parro-it