is-undefined
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "is-undefined", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if a value is undefined or not.", | ||
@@ -30,3 +30,14 @@ "main": "lib/index.js", | ||
"tester": "^1.3.1" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"bin/", | ||
"app/", | ||
"lib/", | ||
"dist/", | ||
"src/", | ||
"resources/", | ||
"menu/", | ||
"cli.js", | ||
"index.js" | ||
] | ||
} |
@@ -0,1 +1,2 @@ | ||
# is-undefined [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/is-undefined.svg)](https://www.npmjs.com/package/is-undefined) [![Downloads](https://img.shields.io/npm/dt/is-undefined.svg)](https://www.npmjs.com/package/is-undefined) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github) | ||
@@ -5,3 +6,3 @@ | ||
## Installation | ||
## :cloud: Installation | ||
@@ -12,4 +13,7 @@ ```sh | ||
## Example | ||
## :clipboard: Example | ||
```js | ||
@@ -28,4 +32,5 @@ const isUndefined = require("is-undefined"); | ||
## Documentation | ||
## :memo: Documentation | ||
### `isUndefined(input)` | ||
@@ -40,10 +45,21 @@ Checks if a value is undefined or not. | ||
## How to contribute | ||
## :yum: How to contribute | ||
Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## Where is this library used? | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
## License | ||
- [`cli-box`](https://github.com/IonicaBizau/node-cli-box)—A library to generate ASCII boxes via NodeJS | ||
- [`obj-unflatten`](https://github.com/IonicaBizau/obj-unflatten#readme)—Convert flatten objects in nested ones. | ||
- [`powershell`](https://github.com/IonicaBizau/powershell#readme)—Run PowerShell scripts and commands from Node.js. | ||
- [`spooky-element`](https://github.com/maxtherocket/spooky-element) (by Max Rusan)—A lightweight DOM element wrapper with only the essentials (css, on, off, append, prepend ...) | ||
- [`spooky-router`](https://github.com/maxtherocket/spooky-router) (by Max Rusan)—The scariest router ever. | ||
- [`spooky-view-manager`](https://github.com/maxtherocket/spooky-view-manager) (by Max Rusan)—Manages spooky-element views | ||
- [`tilda`](https://github.com/IonicaBizau/tilda)—Tiny module for building command line tools. | ||
## :scroll: License | ||
[MIT][license] © [Ionică Bizău][website] | ||
@@ -57,2 +73,2 @@ | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[docs]: /DOCUMENTATION.md |
70
4899
4
12