Node library to test if value is over 9000
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib
test
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
README.md
package-lock.json
package.json

README.md

Build Status Known Vulnerabilities Maintainability Test Coverage codecov Inline docs dependencies Status devDependencies Status Node version https://nodei.co/npm/over-9k.png?downloads=true&downloadRank=true&stars=true

node_module: over-9k

Introduction

This node module is designed to test if a value is over 9000.

Installation

  npm isntall over-9k

Usage

let over9000 = require('over-9k')

over9000(9001) // true
over9000(8999) // false

Credit

This code and inspiration for this library provided by reddit commentor u/bmarkovic