over-9k
Version:
It's over 9000!
34 lines (23 loc) • 1.68 kB
Markdown
[](https://travis-ci.org/three18ti/over-9k)
[](https://snyk.io/test/github/three18ti/over-9k?targetFile=package.json)
[](https://codeclimate.com/github/three18ti/over-9k/maintainability)
[](https://codeclimate.com/github/three18ti/over-9k/test_coverage)
[](https://codecov.io/gh/three18ti/over-9k)
[](http://inch-ci.org/github/three18ti/over-9k)
[](https://david-dm.org/three18ti/over-9k)
[](https://david-dm.org/three18ti/over-9k?type=dev)
[](http://nodejs.org/download/)
[](https://www.npmjs.com/package/over-9k)
# node_module: over-9k
## Introduction
This node module is designed to test if a value is over 9000.
## Installation
```node
npm isntall over-9k
```
## Usage
```node
let over9000 = require('over-9k')
over9000(9001) // true
over9000(8999) // false
```